Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsbol/visual-bubble-sort
https://github.com/ijsbol/visual-bubble-sort
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijsbol/visual-bubble-sort
- Owner: ijsbol
- License: mit
- Created: 2021-12-10T23:35:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T23:47:31.000Z (about 3 years ago)
- Last Synced: 2025-01-01T00:25:52.463Z (8 days ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual Bubble Sort
I was bored, so I made a dynamically scaling visual representation of a bubble-sort algorithm.
That's what all sane people do when their bored... right?!
### To run the code:
```bash
# download the visualbubble.py file
cd path/to/file/folder
python visualbubble.py
```[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
## Small demo with a height of 10.
![App Screenshot](https://i.imgur.com/Q308FQl.gif)