This project was developed to help people learn and view the inner working of various sorting algorithms. You can access it here. algovizz.netlify.app.
- Control the size of randomly generated array.
- Control the visualization speed.
- Reset to original unsorted array.
- Compare the no. of swaps and comparison made by each sorting algorithm.
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Random Quick Sort
If you would like to add more algorithms or want to improve upon the project, pull requests are welcomed!