Skip to content

A simple Python Program to visualize different sorting algorithms.

Notifications You must be signed in to change notification settings

SeseMueller/SortingAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Simple Sorting Algorithm Visualization in Python

This program visualizes how different sorting algorithms work by showing the different values as bars. Python's library TKInter is used to display this.

Currently, Bubblesort, Insertionsort, Selectionsort, Mergesort and Quicksort are supported.

About

A simple Python Program to visualize different sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages