Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.51 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.51 KB

Sorting-Algorithms-Visualizer

Program made with Python and Pygame module for visualizing sorting algorithms
Support this project by leaving a ⭐

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

How to run

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