OpenGenus/cosmos

Specify ascending/descending property for comparison based sorts

Open

#5881 aperta il 14 ago 2020

Vedi su GitHub
 (4 commenti) (0 reazioni) (2 assegnatari)C++ (3724 fork)batch import
Hacktoberfest

Metriche repository

Star
 (13.462 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:

Comparison based sorting algorithms can have two results: the object is either sorted in ascending or descending order. From what I see, most of the algorithms submitted here assume ascending order, but this can be easily resolved if an additional boolean parameter is passed to the sort function to specify the ascending/descending property. This would also entail changing the test files which depend upon the sort function accepting only the object as a parameter.

Guida contributor