Question: 1. Write a java program named BSTree.java that will: a. Generate 100 random integer numbers ranging from 1-99. b. Build a Binary Search Tree

1. Write a java program named BSTree.java that will: a. Generate 100 random integer numbers ranging from 1-99. b. Build a Binary Search Tree using this set of numbers. c. Delete 50 and 60 from the Binary Search Tree and rebuild the tree d. After building the tree, display the data into three formats: prefix order, infix order and postfix order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
