Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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