Skip to content

LucasPilla/Sorting-Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

346 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Algorithms-Visualizer

An app that visualizes how different sorting algorithms work.

Pick an algorithm, set the array size and animation delay, then watch the bars move step by step.

If you find this project useful, consider starring the repository on GitHub ⭐.

Bubble sort Bucket sort Cocktail sort
Counting sort Heap sort Insertion sort
Merge sort Quick sort Selection sort

Run

  • Clone GitHub repository
git clone https://github.com/LucasPilla/Sorting-Algorithms-Visualizer.git
  • Install requirements:
pip install -r requirements.txt
  • Run:
python3 src/main.py

Contributors

About

An educational tool for visualizing sorting algorithms.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages