Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omrawaley/arduboy-visual-sorter
A visual sorter program I made for the Arduboy.
https://github.com/omrawaley/arduboy-visual-sorter
Last synced: 3 days ago
JSON representation
A visual sorter program I made 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T14:57:37.000Z (about 1 year ago)
- Last Synced: 2023-08-17T16:26:29.623Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 351 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).