Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 295 Bytes

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.