danielepusceddu / Algorithm-Visualizer

Algorithm Visualizer made with C++ and SFML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm Visualizer. Graphics handled by SFML. Gif saving functionality handled by gif-h.
Work in progress.

Command Line Arguments:
-a {algorithm} Algorithm can be: bubblesort, insertsort, selectionsort
-e {vectorSize} vectorSize can be any number greater than 0.
-s {milliseconds} Milliseconds to wait before executing the next step of the algorithm.
-r This tells the program to record the visualization and save it to a gif. Might slow the program down.

About

Algorithm Visualizer made with C++ and SFML.

License:GNU General Public License v3.0


Languages

Language:C++ 85.5%Language:C 13.0%Language:CMake 1.5%