/Sorting-Visualizer

A static website designed to compare and to visualize different sorting algorithms.

Primary LanguageJavaScript

Sorting-Visualizer

About

This is a `sorting visualizer` project which allows you to visualize different types of sorting methods with varying number of bars and different speed limits for your easy visualization. 

Tech Used

- HTML
- CSS
- JS

Contributing

1. fork the repository
2. clone the forked repository into your local machine
3. cd <cloned repo>
4. git remote add upstream