repos/sav

Sorting Algorithms Visualized
Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--LICENSE21 L
-rw-r--r--Makefile21 L
-rw-r--r--README.md31 L
-rw-r--r--VictorMono-Regular.ttf180 KB
-rw-r--r--array.c72 L
-rw-r--r--array.h42 L
-rw-r--r--drw.c218 L
-rw-r--r--drw.h51 L
-rw-r--r--main.c175 L
-rw-r--r--sav.c45 L
-rw-r--r--sav.h40 L
-rw-r--r--sdl_extra.c36 L
-rw-r--r--sdl_extra.h15 L
-rw-r--r--sort.c412 L
-rw-r--r--sort.h28 L
-rw-r--r--status.h41 L
-rw-r--r--todo.md11 L
-rw-r--r--util.c17 L
-rw-r--r--util.h16 L

SAV - Sorting Algorithms Visualized

The idea is to develop a visual program that shows how an array is being sorted

Written in C using SDL2 library for graphics

sav

Dependencies

Building and running

$ make -j $(nproc)
$ ./sav

Keybindings

Font

The font used is Victor Mono Regular

License

MIT