Skip to content

huytd/bubble-sort-visualized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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, 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.

Releases

No releases published

Packages

No packages published