Skip to content

mjkloeckner/sav

Repository files navigation

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

About

Sorting Algorithms Visualized

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published