Skip to content

This pygame app visualizes bubble sort and quick sort sorting algorithms with customized UI components

Notifications You must be signed in to change notification settings

NickDeLu/SortingAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

This pygame app visualizes bubble sort and quick sort sorting algorithms with customized UI components

linkedin-sorting_algorithms

Window Resizing

The number of columns is calculated to fit the width and height of the screen. If you want more data in your array, you can decrease the column size, or increase the screen width.

window size

pygame_textinput

Author: Nearoo https://github.com/Nearoo/pygame-text-input.git

Skills Incorporated

Ability to self teach and learn a new language. Use of Pygame and python. Custom designed GUI components such as the sliders and toggle buttons.

Why I made this?

This was a fun passion project to teach myself how to code python and learn the two most common sorting algorithms, bubble sort and quick sort.

About

This pygame app visualizes bubble sort and quick sort sorting algorithms with customized UI components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages