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: over 1 year ago
JSON representation

A library of some common data structures and algorithms in C

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