If the code doesn't load, you can check it out on
GitHub
Group B
Q6: Beginning with an empty binary search tree, construct a binary search tree by inserting the values in the order given. After constructing the binary tree:
i. Insert a new node
ii. Find the number of nodes in the longest path from root
iii. Find the minimum data value in the tree
iv. Change the tree so that the roles of the left and right pointers are swapped at every node
v. Search for a value
Other Questions in Data Structures and Algorithms Laboratory