Skip to content

2miles/sorting_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

User chooses a sorting algorithm then watches it sort, by length, a randomly distributed array of bars of different lengths.

Purpose

  • Practice with python syntax.
  • Practice with python generators
  • Be able to visualize different sorting algortihms.
  • Learn the basics of Pygame.

How to run

  • Clone GitHub repository: git clone https://github.com/2miles/sorting_isualizer.git
  • Install requirements: pip3 install -r requirements.txt
  • Run: python3 main.py

About

Visualize various sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages