Skip to content

Differentmoney/Algorithm_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Algorithm_Visualizer

This is an simple visual application written in python to visualize sorting algorithms in action.

  • To toggle between the algorithms use i for Insertion | b for Bubble
  • press r to reset/restart the state.
  • press Space to begin sorting.

Current sorting algorithms implemented:

  • Bubble Sort
  • Insertion Sort

To run this application use the below command python3 base.py

Below is example of Insertion sort: Screen Shot 2022-03-12 at 4 43 49 PM Screen Shot 2022-03-12 at 4 44 39 PM Screen Shot 2022-03-12 at 4 44 55 PM

About

Program written using Pygame to visualize Sorting Algorithms in action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages