set
tree
algorithm
typescript
avl-tree
linked-list
stack
queue
graph
graph-algorithms
dictionary
quicksort
priority-queue
data-structures
binary-tree
sorting-algorithms
deque
dijkstra-algorithm
javascript-algorithms
typescript-algorithms
-
Updated
Sep 5, 2020 - TypeScript
Description
In the sorting algorithm page, the Heap Sort algorithm is missing. Add proper algorithms there.
The solution to be accepted
1.) In Heap_sort.js, Complete function selection(divs, height) with appropriate use for the functions provided.
2.) Used the same colors to fill up the division as used in bubble_sort.js.
3.) The visualizer is working properly for selection sorting.