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
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