Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/bubble-sorting
Bubble sorting visualiser
https://github.com/andrewn6/bubble-sorting
Last synced: 6 days ago
JSON representation
Bubble sorting visualiser
- Host: GitHub
- URL: https://github.com/andrewn6/bubble-sorting
- Owner: andrewn6
- Created: 2021-01-28T21:02:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T01:57:19.000Z (over 3 years ago)
- Last Synced: 2024-12-31T07:44:22.303Z (8 days ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bubble sorting visualiser
> Note: To run this make sure you have pygame installed and at least python3.
```
pip install -r requirements.txt
``````
git clone https://github.com/andrewnijmeh/bubble-sorting
```
```
python app.py
```Thanks to @TheCodingGuru for helping me and explaining how the data structure works.