Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 736 Bytes

Sorting Visualiser

Visualise various sorting algorithms using an interface The sorting algorithms available in the app are:

Bubble Sort

image

Quick Sort

image

Merge Sort

image

Technologies uses

  • python
  • Tkinter (GUI library for python)

How to install

git clone https://github.com/shipraa1/Sorting_Visualiser.git
cd Sorting_Visualiser
pip install tk
python sortingvisualiser.py