The repository have a library to each common data structures algorithms like Doubly linked list, Generic trees, Queue, Stack... Each lib have a option to carry your custom data in elements, other cool resources.
Features
- Doubly linked list
- n-ary tree
- Queue
- Stack library implemented using a singly linked list
- Dynamic vector
- Arithmetic expression evaluator
