Sorting Algorithm Visualizer

Visualize popular sorting algorithms

Generates a bar graph visualization of an array, sorts it using one out of 10 predefined algorithms and updates the graph in realtime.

Predefined sorting algorithms: Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quicksort (Lomuto Partition Scheme), Quicksort (Hoare Partition Scheme), Heap Sort, Counting Sort [WIP], Radix Sort [WIP], Bucket Sort [WIP]

view site github
top