Sorting visualizer project developed using pure JavaScript 🔍
This project simulate the sorting process of the following sort types:
- Bubble Sort
- Heap Sort
- Quick Sort
- Merge Sort
To run this project, you can install all dependencies and run npm start
, opening your browser at http://localhost:8080.
You can access this project here
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details