Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

ZDataStructures

ZDataStructures is a library containing simple implementations of the most common data structures to speed up development in C.

TODO :

  • ZQueue (vector)

Currently available :

  • ZSinglyLinkedList
  • ZDynamicArray (vector)
  • ZStack (vector)