https://github.com/justcabbage/arraysorting
Visualised Array Sorting in SFML and C++
https://github.com/justcabbage/arraysorting
array cpp render sfml sorting
Last synced: over 1 year ago
JSON representation
Visualised Array Sorting in SFML and C++
- Host: GitHub
- URL: https://github.com/justcabbage/arraysorting
- Owner: JustCabbage
- License: mit
- Created: 2024-04-12T19:28:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:30:59.000Z (about 2 years ago)
- Last Synced: 2025-01-26T07:43:20.682Z (over 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArraySorting [](https://lbesson.mit-license.org/)
# What is this ?
This is a visualization of how arrays are sorted using the bubble sort algorithm in c++
# Features
- Repopulate array on key
- Resize based on window resolution
# Credits
- [SFML](https://www.sfml-dev.org)