This sorting visualizer is developed in python using tinkter library.
The sorting algorithms visualized are:
- Selection Sort
- Bubble Sort
- Merge Sort
- Quick Sort
- Python
- tkinter
- Drop a ⭐ on the Github Repository.
- Clone the Repo by going to your local Git Client and pushing in the command:
git clone https://github.com/atarax665/Sorting-Visualizer.git
- Install the Packages:
pip install -r requirements.txt
- At last, push in the command:
python mainpage.py