/sav

Sorting Algorithms Visualized

Primary LanguageCMIT LicenseMIT

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

  • space - start/stop the sorting.
  • tab - change sorting algorithm.
  • S - change array shuffle method (random, in order, reversed).
  • R - restart.

Font

The font used is Victor Mono Regular

License

MIT