https://github.com/samrat-14/sorting-algorithm-visualizer
Visualize the sorting algorithm and understand how they work.
https://github.com/samrat-14/sorting-algorithm-visualizer
buble-sort insertion-sort merge-sort quick-sort selection-sort
Last synced: 3 months ago
JSON representation
Visualize the sorting algorithm and understand how they work.
- Host: GitHub
- URL: https://github.com/samrat-14/sorting-algorithm-visualizer
- Owner: Samrat-14
- License: mit
- Created: 2021-06-03T12:40:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T04:44:37.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T02:59:51.317Z (about 1 year ago)
- Topics: buble-sort, insertion-sort, merge-sort, quick-sort, selection-sort
- Language: JavaScript
- Homepage: https://samrat-14.github.io/Sorting-Algorithm-Visualizer
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorting Algorithm Visualizer
Visualize the sorting algorithm and understand how they work.

Table of Contents
### Built With
* [Html](https://www.w3schools.com/html)
* [Css](https://www.w3schools.com/css)
* [Javascript](https://www.w3schools.com/js)## Getting Started
### Installation
_Follow the following steps to install and setup the environment._
1. Clone the repo
```sh
git clone https://github.com/Samrat-14/Sorting-Algorithm-Visualizer.git
```
2. Once inside the cloned repo, you can get started with the project.## Features
* Simple and user-friendly UI.
* Generate random heights of bars for sorting with just one click.
* Select from 5 different choices of sorting algorithms.
* Control the size of array of bars and speed of sorting animation.## Contributing
I love contributions, so please feel free to fix bugs, improve things, provide documentation.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## View Demo
Live Demo: [https://samrat-14.github.io/Sorting-Algorithm-Visualizer](https://samrat-14.github.io/Sorting-Algorithm-Visualizer)
## Contact
[Samrat Sadhu](https://samrat-14.github.io/my-portfolio/) - [email protected]