Add support for IComparer<T> to all sorting algorithms #8
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
priority: low
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Only mergesort supports icomparer, we need those in all sorting algorithms
Describe the solution you'd like
Implement the icomparer in the sorting algorithms
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: