A SPA to practice the Algorithm + React js concept and best practices.
check for yourself , project is live
here
if found helpful a ⭐ would be committable ;)
- after cloning this repo , go to the root path of this repo.
cd react-sorting-visualizer
- install the dependencies packages
npm install
- now to run it
npm run start
This application supports the following algorithms:
Selection Sort
Bubble Sort
Merge Sort
Quick Sort