https://github.com/maxinecodes/bubbly-sorting-algorithm-with-visualization
Basic and bubbly sorting algorithm but with pretty visualization.
https://github.com/maxinecodes/bubbly-sorting-algorithm-with-visualization
Last synced: 9 months ago
JSON representation
Basic and bubbly sorting algorithm but with pretty visualization.
- Host: GitHub
- URL: https://github.com/maxinecodes/bubbly-sorting-algorithm-with-visualization
- Owner: MaxineCodes
- Created: 2022-07-11T19:41:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T19:50:03.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T21:50:04.474Z (about 1 year ago)
- Language: C++
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualized Bubble Sorting Algorithm
Basic and bubbly sorting algorithm but with pretty visualization.
This was written in C++ with the SFML library to help with the graphical elements.
This was just a little excersize to become a little more proficient in C++, as I tried to rely less on outside sources and instead code in whatever way came up to me.
