Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 717 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 717 Bytes

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