Skip to content

grunkgrunk/selection-sort-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selection sort visualization

Alt text

A simple interactive visualization of the selection-sort algorithm: https://en.wikipedia.org/wiki/Selection_sort.

I'm using the pico-8 color palette for the graphics: https://www.romanzolotarev.com/pico-8-color-palette/.

How to use

You will need love2d to use this program. Download here: https://love2d.org/. Once installed just drag and drop the visualization folder onto the love2d application.

Controls

Use left and right arrow-keys to move the cursor, up and down arrows to increment or decrement the number under the cursor. Press x at any point to start or stop sorting.

About

A visualization of the selection sort algorithm using love2d and the pico-8 color palette.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages