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

https://github.com/moritzrinow/cdata

Standard generic data structures for C99.
https://github.com/moritzrinow/cdata

array arrays c c99 circular-queue data-structures generic hash hashmap hashmaps hashset heap list lists map min-heap queue set sorting stack

Last synced: about 1 month ago
JSON representation

Standard generic data structures for C99.

Awesome Lists containing this project

README

          

# cdata
Standard generic data structures for C99.

For learning purposes.
Ongoing development.

Content:
- Array
- Hashset
- Hashmap
- Queue (Circular)
- Min-Heap
- Stack
- Linked list (Singly-Linked, Doubly-Linked unfinished)
- Sorting

Every data structure can be used with custom allocators.