Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 225 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 225 Bytes

Basic Data Structures (C)

  • Linked list
  • Hashmap
  • Queue
  • Stack
  • Tree
  • ...

You can find example of usage in .c files

To build everything:

make

Remove everything:

make clean