Question: use C++ to answer my code.......i need C++ code for this answer/. solve part a b c d e.properly. please Q. No. 02: Construct and

use C++ to answer my code.......i need C++ code for this answer/.
solve part a b c d e.properly.
please
Q. No. 02: Construct and draw a binary search tree using the following set of numbers {38,13,51,10,12,40,84,25,89,37,66,95} (2) (Points: 12) a) Write complete code to Insert these numbers in a binary search tree (2) b) User must be able to search, delete, update and display (2) c) Implement pre-order,post-order and in order traversal and display output for each (2) d) User wants to search '66' sequentially as well as in a binary search tree. How many iterations or passes will each method take? (2) e) What is the height of tree? Find level and depth of node with number 66? (2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
