https://github.com/omrawaley/arduboy-visual-sorter
A visual sorter program for the Arduboy.
https://github.com/omrawaley/arduboy-visual-sorter
8-bit arduboy arduino cpp sorting sorting-algorithms visual-sorting visualization
Last synced: about 1 month ago
JSON representation
A visual sorter program for the Arduboy.
- Host: GitHub
- URL: https://github.com/omrawaley/arduboy-visual-sorter
- Owner: omrawaley
- License: apache-2.0
- Created: 2023-08-17T14:49:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T17:10:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T12:46:44.586Z (over 1 year ago)
- Topics: 8-bit, arduboy, arduino, cpp, sorting, sorting-algorithms, visual-sorting, visualization
- Language: Makefile
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduboy Visual Sorter (V1.0.0)
A visual sorter program I made for the [Arduboy](https://www.arduboy.com/).
Currently it features two sorting algorithms: bubble sort, and insertion sort.
Bogo sort coming soon (maybe).