This is a(n):
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.
I would like to work on this @aaditkamat @aashigupta19 . Could you assign me this?
I can do this for C++
I could work on this in C, if no one else is.
@siddhantbarua Sure, you may check recently opened pull requests and get started on it if available or choose a different language 馃憤
Most helpful comment
I would like to work on this @aaditkamat @aashigupta19 . Could you assign me this?