Skip to content

Sorting algorithm visualiser developed in python using tkinter GUI framework

Notifications You must be signed in to change notification settings

agrajgarg/sorting-algo-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms Visualizer

A python application to visualize various sorting algorithms.

Implemented Algorithms:

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort

Built With:

  • Python 3.8
  • Tkinter 8.6

Run It (Python >= 3.8):

  • Clone the repository
$ git clone https://github.com/agraj23/sorting-algo-visualiser.git
  • Run main.py from root
$ python3 main.py 

About

Sorting algorithm visualiser developed in python using tkinter GUI framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages