A Sorting algorithm visualizer to get a better understanding of how different sorting algorithms work - made using react.js. Sorting Algorithms visualized are as follows:
- Bubble Sort.
- Selection Sort.
- Insertion Sort.
- Quick Sort.
- MergeSort.
Hosted On Versel.
- Git Clone the project. (https://github.com/Guna-07/Visual-Sort-X.git)
- cd into the project folder. (cd sorting-vizualizer)
- install the dependencies. (npm install)
- Run the project. (npm start)