An open API service indexing awesome lists of open source software.

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.

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.

![display_gif](https://user-images.githubusercontent.com/89635193/178345383-8e4b134f-b08a-44f6-84c1-6d8172f881fa.gif)