/Sorting-Visualizer

Sorting Visualizer in python.

Primary LanguagePythonMIT LicenseMIT

Sorting-Visualizer

This sorting visualizer is developed in python using tinkter library.

The sorting algorithms visualized are:

  • Selection Sort
  • Bubble Sort
  • Merge Sort
  • Quick Sort

Technology Stack

Local Installation

  1. Drop a ⭐ on the Github Repository.
  2. Clone the Repo by going to your local Git Client and pushing in the command:
git clone https://github.com/atarax665/Sorting-Visualizer.git
  1. Install the Packages:
pip install -r requirements.txt
  1. At last, push in the command:
python mainpage.py

License

MIT