Skip to content

ptfn/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

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.

Build

mkdir build && cd build
cmake ..
make

or

cmake --build .

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published