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.
- Host: GitHub
- URL: https://github.com/moritzrinow/cdata
- Owner: moritzrinow
- License: mit
- Created: 2019-06-17T09:26:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T19:56:25.000Z (about 6 years ago)
- Last Synced: 2025-11-01T00:02:42.048Z (5 months ago)
- Topics: array, arrays, c, c99, circular-queue, data-structures, generic, hash, hashmap, hashmaps, hashset, heap, list, lists, map, min-heap, queue, set, sorting, stack
- Language: C
- Size: 2.38 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.