Basic C generic structs
- Linked list
- Doubly linked list
- Circular linked list
- Doubly circular linked list
- Binary tree
- Binary search tree
- AVL tree
- General tree
- Binary heap
- Separate chaining
- Linear probing
- Cuadratic probing
- Double hashing
Basic C generic structs