Skip to content

ConnorBach/Sorting-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualization

Python project for visualizing sorting algorithms.

Dependencies: python3, matplotlib

Installation: git clone https://github.com/ConnorBach/Sorting-Visualization

chmod +x main.py
./main.py -h

Usage: main.py -a [ALGORITHM] -n [SIZE OF DATA] -g [ENABLE GRAPH]

./main.py -a 2 -n 99 -g True

Benmarking:

chmod +x benchmark.py
./benchmark.py 

Outputs table with swaps and time for each algorithm on 4 trials 10, 100, 1000, 10000 elements

Sorting Visualization

Created by Connor Bach and Patrick Fischer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages