OpenGenus/cosmos
Vedi su GitHubSpecify ascending/descending property for comparison based sorts
Open
#5881 aperta il 14 ago 2020
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.