Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlove24/dl-calg
Package of the C Algorithms Library
https://github.com/dlove24/dl-calg
Last synced: 10 days ago
JSON representation
Package of the C Algorithms Library
- Host: GitHub
- URL: https://github.com/dlove24/dl-calg
- Owner: dlove24
- License: isc
- Created: 2012-03-22T18:25:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T21:51:14.000Z (over 12 years ago)
- Last Synced: 2023-03-12T07:57:07.768Z (over 1 year ago)
- Language: C
- Homepage: http://c-algorithms.sourceforge.net
- Size: 578 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
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.