Skip to content

gabriel-hahn/sorting-visualizer

Repository files navigation

Sorting Visualizer

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

Getting Started

To run this project, you can install all dependencies and run npm start, opening your browser at http://localhost:8080.

Demo:

You can access this project here

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Gabriel Hahn Schaeffer

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details