Sorting visualizer is an amazing tool to visualize how sorting algorithms work. Purely made using HTML5 canvas and Javascript this tool is excellent for visualizing sorting algorithms right inside the browser.
You can right away play with it on https://bit-shashank.github.io/Sorting-Visualizer/
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
- Merge Sort
This project is open to contributions and i will be very happy to entertain your Pull Requests.
- Fork this repository.
- Run the below command on terminal (Note: You need to install git to run this command)
git clone https://github.com/:your-github-username/Sorting-Visualizer
- Alternatively you can just download the zip, unzip it and run it locally.