Skip to content

geekskick/Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualiser

Output a visualisation of various sorting algorithms as a gif. Uses my fork of a C++ gif library to produce the output files.

USAGE

Usage:
    -o  output filename without .gif
    -s  sort type: merge bubble selection heap radix all 
    -r  Repeat the Gif
    -h  Help menu

Outputs

Merge

merge

Radix

radix

And endlessly looping:

radixloop

Heap

merge

Bubble

merge

Selection

sel

About

Visualiser for sorting algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages