Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.