Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.85 KB

File metadata and controls

34 lines (26 loc) · 1.85 KB

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