An application made to visualize various sorting algorithms in action to aid in understanding their behaviour.
- Insertion Sort
- Bubble Sort
- Quick Sort
- Merge Sort
- Heap Sort
npm start
to run the app in the development mode.- Open http://localhost:3000 to view it in the browser.
- Click the different buttons to generate a new array and sort it with your desired algorithm.
- Use the slider to adjust the speed of the sorting animations.