https://github.com/huytd/bubble-sort-visualized
Visualized Bubble Sort Algorithm
https://github.com/huytd/bubble-sort-visualized
algorithm bubble-sort visualized visualized-sorting
Last synced: about 2 months ago
JSON representation
Visualized Bubble Sort Algorithm
- Host: GitHub
- URL: https://github.com/huytd/bubble-sort-visualized
- Owner: huytd
- Created: 2017-11-22T23:08:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T00:08:59.000Z (over 7 years ago)
- Last Synced: 2024-11-05T11:42:31.971Z (7 months ago)
- Topics: algorithm, bubble-sort, visualized, visualized-sorting
- Language: C
- Size: 349 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualized Bubble Sort
A program to visualize bubble sort algorithm and create animated GIF. This is the result:

**Required ImageMagick to be installed.**
For image optimization, I'm using [gifsicle](https://www.lcdf.org/gifsicle/), but you can just remove it from `Makefile` if you don't need small size GIF.
To run the algorithm and generate GIF:
```
make run
```For grayscaled version (using PGM format), please check commit `8ffae00`. The current version using Plain PPM format.