Skip to content

DeepakChandola35/my-sorting-visualizer

Repository files navigation

Welcome to Sort Visualizer!

Sort Visualizer is a web application designed to better understand sorting algorithms by displaying and visualizing them. In the website you can find information and implementations in multiple programming languages of more than 15 sorting algorithms, categorized by their time and space complexity.

The sorting algorithms currently available are:

  • Quick Sort
  • Merge Sort
  • Heap Sort
  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Gnome Sort
  • Shaker Sort
  • Odd Even Sort
  • Pancake Sort
  • Bitonic Sort
  • Radix Sort
  • Shell Sort
  • Comb Sort
  • Bogo Sort

Custom Sort

It's also possible to design and visualize your own sorting algorithm, using the . Have fun messing around and trying new stuff!

Running locally

To run the project locally, install Python 3 on your machine, clone the repository, install all the dependencies and run the app.py file.

Notes

This website has been made using purely vanilla JS, HTML, CSS and Flask. Feedback and contributions are appreciated! Consider adding a ⭐ to this repository to support the project!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published