CS 1312 Exercise 8: Binary Search Tree solution

$25.00

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (2 votes)

• Create BST for the following entries
Kumar, Anusha, Ram, Charan, Mohan, Karthika, Chitra, Lakshmi, Abishek,
Swetha, Tarun, Sanjana.

• Display the tree elements in alphabetical order.

• Find the grand parent of Lakshmi and Karthika.

• Find the grand children of Charan.

• Find the sibling of Swetha and Chitra.

• Delete Ram and display the resultant tree.