The project is a tool to visualise popular sorting methods on arrays of varying lengths with varying speed. The project visualises the following sorting algorithms:
- Merge Sort
- Quick Sort
- Insertion Sort
- Bubble Sort
The project is up and running at https://sargamm.github.io/sort-visualiser/
This project was bootstrapped with Create React App.