Add sort order for all sorting algorithms #12
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
priority: high
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
We don't have the option to change the sorting from ascending to descending in the sorting algorithms, only in merge sort
Describe the solution you'd like
We must use the SortOrder enum to control if its ascending or descending, and the parameter must be optional and the default is Ascending
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: