More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=3DS Sorting | |title=3DS Sorting | ||
Line 10: | Line 4: | ||
|description=Visualisation of some sorting algorithms on the Nintendo 3DS. | |description=Visualisation of some sorting algorithms on the Nintendo 3DS. | ||
|author=memeToasty | |author=memeToasty | ||
|lastupdated= | |lastupdated=2023/06/24 | ||
|type=Math | |type=Math | ||
|version= | |version=5.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/3dssorting.7z | |download=https://dlhb.gamebrew.org/3dshomebrews/3dssorting.7z | ||
|website=https://db.universal-team.net/3ds/3ds-sorting | |website=https://db.universal-team.net/3ds/3ds-sorting | ||
|source=https://github.com/memeToasty/3ds_sorting | |source=https://github.com/memeToasty/3ds_sorting | ||
}} | |||
{{#seo: | |||
|title= (Other Apps) - GameBrew | |||
|title_mode=append | |||
|image=3dssorting.png | |||
|image_alt=3DS Sorting | |||
}} | }} | ||
3DS Sorting is a visualisation of some sorting algorithms on the Nintendo 3DS. | 3DS Sorting is a visualisation of some sorting algorithms on the Nintendo 3DS. | ||
Line 28: | Line 28: | ||
==Changelog== | ==Changelog== | ||
'''v5.0''' | |||
* two more algos, user improvements by @JLO64 | |||
* added bogo sort by @JLO64 | |||
'''v4.0''' | '''v4.0''' | ||
* Refactoring by @memeToasty | * Refactoring by @memeToasty |
Revision as of 02:50, 25 Haziran 2023
3DS Sorting | |
---|---|
General | |
Author | memeToasty |
Type | Math |
Version | 5.0 |
License | Mixed |
Last Updated | 2023/06/24 |
Links | |
Download | |
Website | |
Source | |
3DS Sorting is a visualisation of some sorting algorithms on the Nintendo 3DS.
User guide
This application serves no purpose other than to show some visualisation of certain sorting algorithms, like one would know from famous YouTube videos.
Screenshots
Changelog
v5.0
- two more algos, user improvements by @JLO64
- added bogo sort by @JLO64
v4.0
- Refactoring by @memeToasty
- merge fixes by @memeToasty
- Add intellisense configuration for vscode by @memeToasty
- Added tree view by @memeToasty
- Trees by @memeToasty
v3.0
- Added merge sort.
- Added CIA build option.
v2.0
- Added merge sort.
- Added sound.
- Added gradually increasing values.
- Added option to generate new array in settings.
v1.0
- Implemented Insertion Sort.
- Changing the array size is now possible.
- Changing the delay between sorting iterations is now possible.
Credits
External Links
- Universal-Team - https://db.universal-team.net/3ds/3ds-sorting
- GitHub - https://github.com/memeToasty/3ds_sorting