Skip to content

moritzrinow/cdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.