Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmer-ke/c-datastructure-and-algorithms-lib
A library of some common data structures and algorithms in C
https://github.com/programmer-ke/c-datastructure-and-algorithms-lib
Last synced: 9 days ago
JSON representation
A library of some common data structures and algorithms in C
- Host: GitHub
- URL: https://github.com/programmer-ke/c-datastructure-and-algorithms-lib
- Owner: programmer-ke
- License: other
- Created: 2013-03-16T02:20:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T15:51:37.000Z (about 8 years ago)
- Last Synced: 2023-03-12T09:41:07.057Z (over 1 year ago)
- Language: C
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### A library collection
Includes:
- double linked lists implementation
- dynamic arrays
- qsort using a dynamic array
- Radix sort
Based on Zed Shaw's excellent book: http://c.learncodethehardway.org