This project is a sorting algorithm visualizer. Allows user to select which sorting algorithm they would like to visualize then displays animations on bars for what the algorithm did as it sorted. Developed using Javascript, css and HTML.
Allows user to select between Merge Sort, Three Way Quick Sort and Heap Sort, after chosen visualizer will display process of selected sorting algorithm