Add support for comparator function in data structures and algorithms that involve sorting
felipernb opened this issue · 0 comments
felipernb commented
- Quicksort
- Merge sort
- Bubble sort
- BST
- Heap
This will allow doing custom sorting like in descending order and also perform it with different types of objects.