Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 562 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 562 Bytes

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