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.
- 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
- Clone GitHub repository
- Install requirements:
pip install -r requirements.txt
- Run:
python main.py