Here implementations of a few data structures in C language. Were implemented:
- Linked List
- Stack
- Hash Table
- Tries
Also were created several interface declaration, like iterator, set, and list with features of queue and deque.
Sources, which was used for obtaining info about some C libraries:
- CS50 C Reference
- Stephen G. Kohan. Programming in C, Third Edition.