A sorting algorithm visualizer is a tool or program that helps visualize the process of sorting data using different sorting algorithms. Sorting algorithms are used to arrange a collection of items or data elements in a specific order, such as ascending or descending.
- Live website available at : https://km-sorting-alogrithm-visualizer.netlify.app/
- 
GIT clone the repo from : https://github.com/SH7072/Sorting-Algorithm-Visualizer
- 
To install the dependencies run : npm i
- 
To run the app run : npm start
- 
Then the website can be accessed using : http://localhost:3000/.