LordOfTrident / sort-visualization

A sorting algortihms visualization program written in C with SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort Visualization

A sorting algortihms visualization program written in C with SDL2

License Issues GitHub pull requests


Table of contents

Introduction

Pretty boring huh. I have written a similar program in C++ with SDL2 before, but the code was very bad and it was a while ago, so i decided to practice some more and write this.

Quickstart

$ make
$ ./bin/app

Controls

Key Action
ESC Quit the program or stop the current sorting
R Shuffle the list
B Bubblesort
Q Quicksort

Bugs

If you find any bugs, please create an issue and report them.

Dependencies

Make

Run make all to see all the make rules.

About

A sorting algortihms visualization program written in C with SDL2

License:GNU General Public License v3.0


Languages

Language:C 93.6%Language:Makefile 6.4%