Skip to content

jackparsonss/Sorting-Algotihm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Algotihm-Visualizer

In this repository I used the python module tkinter to implement a graphical user interface where users can visually see how different popular sorting algorithms work.
This app allows the user to select a certain algorithm, the speed of the algorithm and the size of the data being sorted

How to run the program:

python visualizer.py

Algorithms Implemented in the App:

  • Bubble Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Selection Sort
  • Shell Sort

About

This repository is a simple sorting algorithm visualizer, made using python and tkinter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages