Sorting-Algorithms-Visualizer
Program made with Pygame module for visualizing sorting algorithms.
Program preview
How to contribute:
- Implement new Algorithms:
- Check the Repository Wiki 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