Some C++ programs to show the use of Linked List as Binary Search Tree and some other Binary Search Tree operations.
DS-10: A C++ Program to illustrate the implementation of linked list as a Binary Search Tree using Graphics.
DS-26: A C++ Program to illustrate the implementation of linked list as a Binary Search Tree.
DS-34: A C++ Program to show find the maximum depth of a Binary Search Tree.
DS-40: A C++ Program to implement Set Class using Binary Search Tree.