Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackparsonss/sorting-algotihm-visualizer

This repository is a simple sorting algorithm visualizer, made using python and tkinter
https://github.com/jackparsonss/sorting-algotihm-visualizer

algorithm gui python3 sort visualization

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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