This is a collection of some complex data structures which have been implemented in C using OOP. Currently the following data structures have been included -
- Binary Search Tree (BST) - https://en.wikipedia.org/wiki/Binary_search_tree
- Adelson-Velsky and Landis (AVL) Tree - https://en.wikipedia.org/wiki/AVL_tree
- Trie (also known as Prefix Tree) - https://en.wikipedia.org/wiki/Trie