Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
A library of common data structures and algorithms written in C.
https://fragglet.github.io/c-algorithms/
Latest commit
Cannot retrieve the latest commit at this time.
Files
Permalink| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
.github |
|
|
|
|
doc |
|
|
|
|
src |
|
|
|
|
test |
|
|
|
|
tools |
|
|
|
|
.gitignore |
|
|
|
|
.lvimrc |
|
|
|
|
.travis.yml |
|
|
|
|
AUTHORS |
|
|
|
|
COPYING |
|
|
|
|
ChangeLog |
|
|
|
|
Makefile.am |
|
|
|
|
NEWS |
|
|
|
|
README |
|
|
|
|
autogen.sh |
|
|
|
|
configure.ac |
|
|
|
|
libcalg-1.0.pc.in |
|
|
README
C Algorithms The C programming language includes a very limited standard library in comparison to other modern programming languages. This is a collection of common Computer Science algorithms which may be used in C projects. The code is licensed under the ISC license (a simplified version of the BSD license that is functionally identical). As such, it may legitimately be reused in any project, whether Proprietary or Open Source.