Skip to content

Visualisation of common sorting algorithms for educational purposes

License

Notifications You must be signed in to change notification settings

jacobsebek/visual_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visual_sort

This is a simple visualisation of common sorting algorithms written in C99 and SDL.
In fact, it was my very first C project, so that maybe explains some horrendous parts of the code.

Screenshot of the program

Usage

The use should be pretty intuitive with guides displayed on the screen.
However, it is also highly customisable using command line arguments, for more info, check the documentation file

Compiling

In order to compile the code, you need to have SDL2 and SDL2_image installed. All it takes then is to set the environment variable SDL_CONFIG to the path to the sdl2-config file (for *nix users, it is defaulted to /usr/local/bin/sdl2-config) and finally make.
The compilation was tested on both Ubuntu and Windows (MinGW64).

About

Visualisation of common sorting algorithms for educational purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published