CUS1126 Class Activity

Binary Search Tree 2

  1. Write code for a driver file to create a BST and insert these elements {3 9 17 20 45 53 53 54}.
  2. Find the occurrence of 53 and print it to the screen.
  3. Print the size of the tree.