My Project
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CBinarySearchTreeBinarySearchTree class. Available member functions include default constructor, insert, traverse and height
 CBSTNodeBST Node class. Available member functions include initialising constructor
 CDoublyLinkedListDoubly Linked List class. Available member functions include default constructor, insert, printer and reverse
 CDoublyLinkedListNodeDoubly Linked List Node class. Available member functions include default constructor and initialising constructor
 CHeap
 CSinglyLinkedListSingly Linked List class. Available member functions include default constructor, insert, find, deleteVal, printer and reverse
 CSinglyLinkedListNodeSingly Linked List Node class. Available member functions include default constructor and initialising constructor
 CTrieTrie class. Available member functions include default constructor, find, insert, checkPrefix and countPrefix