A website developed using javaScript which visualize the different sorting algorithms :-
- Bubble Sort.
- Selection Sort.
- Insertion Sort.
- Merge Sort.
- Quick Sort.
https://cezainmajeed.github.io/Algorithm-Visualizer/
- HTML
- Javascript
- CSS
Any kind of contributions are welcome.
Fork the repo on GitHub.
Clone the project to your own machine.
Commit changes to development branch.
Push your work back up to your fork.
Submit a Pull request so that I can review your changes