felipernb/algorithms.js

Add support for comparator function in data structures and algorithms that involve sorting

felipernb opened this issue · 0 comments

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