Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.27 KB

Sorting Visualizer

View Live Website Here:

Sorting Visualizer

Installation

Clone the repo and run :

npm install

It will install the required dependencies.

Create a folder named config inside src folder and create a file named FirebaseConfig.js, put your firebase credentials inside that file.

To run the frontend on localhost, run:

> npm start

About

It is an algorithm visualiser application. You can see how Bubble sort, insertion sort and selection sort work. You can configure the size of array and the time interval/speed of the animation. More algorithms will be added soon!

Main page

Sorting

Responsive

Resizable

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT