Responsive visualizer built using React for popular sorting algorithms. This is an attempt to help in learning the algorithms by visualizing.
Deployed and available at https://risatoy.github.io/sort-visualizer/
- Sort step by step
- Start and reset the execution
- Generate random array of numbers of sorting
Project is created with:
- React Framework
- Bootstrap
- Javascript + pure CSS for Animations
To run this project, install it locally using npm:
$ git clone https://github.com/risatoy/sort-visualizer.git
$ cd ../sort-visualizer
$ npm install
$ npm start
Feel free to contribute to this repo by raising the PR, if you see any areas to improve or fix bugs in this repo!