Sorting algorithms are used to sort a data structure according to a specific order relationship, such as numerical order. Visualizing sorting algorithms can be a great way to better understand their functioning while having fun. This project is about that.
You can check the live version of this project here.
- Clone this project locally
- Run
npm install
in your terminal - Run
npm start
in your terminal
To deploy the app into your GitHub pages, you can run npm run deploy
.