sav

Sorting Algorithms Visualized
Index Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--LICENSE21L
-rw-r--r--Makefile21L
-rw-r--r--README.md31L
-rw-r--r--VictorMono-Regular.ttf184692B
-rw-r--r--array.c72L
-rw-r--r--array.h42L
-rw-r--r--drw.c218L
-rw-r--r--drw.h51L
-rw-r--r--main.c175L
-rw-r--r--sav.c45L
-rw-r--r--sav.h40L
-rw-r--r--sdl_extra.c36L
-rw-r--r--sdl_extra.h15L
-rw-r--r--sort.c412L
-rw-r--r--sort.h28L
-rw-r--r--status.h41L
-rw-r--r--todo.md11L
-rw-r--r--util.c17L
-rw-r--r--util.h16L

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