Skip to content

Sorting algorithm visualization app built using Pygame, a Python graphics library

Notifications You must be signed in to change notification settings

davisjrule/visual-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm Visualizer

In this project, I built a simple sorting algorithm visualizer using the Pygame library. Upon launch, the program generates an array of integers of a specified size and range. Then, the user can choose to perform several sorting algorithms on the list. Each step of the sorting process is visualized using colors to highlight the current elements that are being evaluated.

Usage

R - Resets the initial array of values
I - Performs insertion sort on the generated list
B - Performs bubble sort on the generated list

About

Sorting algorithm visualization app built using Pygame, a Python graphics library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages