Skip to content

Designed a web application to visualize the working of different Sorting Algorithms.

Notifications You must be signed in to change notification settings

shipraa1/Sorting_Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Designed a web application to visualize the working of different Sorting Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages