A Sorting Visualizer app using React.js
The application allows you to render arrays of lengths from 20 to 300. Available in 5 animation speeds to choose from. You can see a visual presentation of sorting algorithms like:
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort