Skip to content

A python program where it is possible to view the sorting algorithms working

Notifications You must be signed in to change notification settings

bentodaniel/SortAlgorithmViewerUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

SortAlgorithmViewerUI

A python program where it is possible to view the sorting algorithms working

 


Implemented Algorithms

  • Bubble Sort
  • Insertion Sort
  • Merge Sort
  • Selection Sort

 


What the program does

  • Creates a list with n elements with values in a range

ScreenShot

   

  • Chose the algorithm and start it

ScreenShot

   

  • The algorithm finishes sorting the list

ScreenShot

 


How to run

Run the command

  • python algorithm_viewer.py

Or use any IDE of your choosing and run algorithm_viewer.py with no arguments

About

A python program where it is possible to view the sorting algorithms working

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages