Skip to content

LucasPilla/Sorting-Algorithms-Visualizer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 10, 2020 13:59
res
January 18, 2023 13:29
src
April 28, 2023 19:01
April 28, 2023 19:01
October 14, 2022 07:52
January 17, 2021 14:13

Sorting-Algorithms-Visualizer

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

Program

"Program Preview"

Some Algorithms

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

Using the application

Feel free to open an issue if you have some problem

  • 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

Contributors