Skip to content

Adriskk/sorting-algorithm-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm Visualization

Simple sorting algorithm visualization in python using pygame

Algorithms

Project visualize only 5 sorting algorithms for now:

  • bubble sort
  • heap sort
  • insertion sort
  • quick sort
  • selection sort

Installation

  1. Clone project
git clone https://github.com/Adriskk/sorting-algorithm-visualization.git
cd sorting-algorithm-visualization
  1. Install all the requirements
pip3 install -r requirements.txt

Execute

python visualization.py

About

Simple sorting algorithm visualization in python using pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages