Visual sorting simulator that represents a unsorted an array of numbers by different bar heights. The simulator can perform Bubble Sort, Insertion Sort, Selection Sort and Merge Sort. There is a range slider to choose the size of the array and a speed slider to change how fast the alogirthm performs.
The Bars turn green once sorted.
Tech Stack: Javascript