Sorting Simulator
What I Did
Implemented 6 core sorting algorithms that visualizes elements from an array being sorted in
real-time. Features implemented can modify size and
elements in array, change sorting speed, and more. This project strengthen my
understanding of core sorting algorithms.