Skip to content

nixter332/Sorting-algorithm-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm visualizer

Visualizing various sorting algorithms using Python and Pygame.

Select the desired sorting algorithm and the order you want just by pressing a key on your keyboard.

For example : To implement Selection Sort in Descending order : Press 'S' and then 'D'.

Demonstration of Bubble Sort

sorting_gif

Algorithms implemented

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort

About

Visualizing various sorting algorithms using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages