The code contains algorithms for sorting in a programming language C, such as bubble, choice, insert and shell sorting.
This repository contains the library itself with the source code and an example of how to use the library.
mkdir build && cd build
cmake ..
make
or
cmake --build .