Here are the classes, structs, unions and interfaces with brief descriptions:
| Chashtable | The hash table structure |
| Cnode | A node in the singly linked list |
| Cqueue | Queue structure |
| CStack | Representation of a stack of integers |
| Ctreenode | A node in the binary search tree |