Subject: Data Structure (Lab) Assignment-5
Subject: Data Structure (Lab) Assignment-5
Q.1 Write a program to implement a binary search tree. It would also display the height of the
tree.
Q.2 Write a program to perform traversing in a binary search tree.
a) Inorder
b) Postorder
c) Preorder