/Sorting-Algorithms-Visualizer

Program made with Pygame module for visualizing sorting algorithms

Primary LanguagePythonMIT LicenseMIT

Sorting-Algorithms-Visualizer Tweet

Program made with Pygame module for visualizing sorting algorithms
Support this project by leaving a ⭐

Check Wiki Page for more information about each algorithm, as visualization gifs and explanations.

Program preview

How to contribute:

  • Implement new Algorithms:
    • Check algorithms folder to see algorithms already implemented.
    • Chose a new algorithm and Create an issue called: "Implement algorithm_name"
    • Make your Pull Request linked to the respective issue
  • Report bugs and give feedbacks

Using the application

  • Clone GitHub repository
  • Install requirements: pip install -r requirements.txt
  • Run: python main.py