Question: 1. Write a C++ program to implement Retririeve item=42 for Binary Search Tree (BST) ADT with elements 12, 25, 35, 37, 42 65, 72 and

1. Write a C++ program to implement Retririeve item=42 for Binary Search Tree (BST) ADT with elements 12, 25, 35, 37, 42 65, 72 and 85. Explain the process. [35] 2. Write a C++ segment to implement a Doubly linked List ADT. Use a member function to traverse the List in forward. (30) 3. Implement "Insertitem" member function of Counted-Queue ADT using inheritance property. After class declaration, you may only implement Insertitem. Explain how it works. [35]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
