Multiple projects regarding to Data Structures course
Designing and implementation of:
- the Red-Black Tree (self-balancing binary search tree)
- the AVL Tree (self-balancing binary search tree)
- the Trie Dictionary (k-ary search tree)
- the Sparse Matrix via Linked List (Linked List)