Question: (Using Python) 1. Create two BSTs using the following two data orderings a. 2, 12, 14, 11, 9, 21, 24, 10, 4, 18 b. 18,
(Using Python)
1. Create two BSTs using the following two data orderings
a. 2, 12, 14, 11, 9, 21, 24, 10, 4, 18
b. 18, 4, 10, 24, 21, 9, 11, 14, 12, 2
2. For the trees you constructed in question 1, perform a breadth first search (BFS) using a queue.
3. Remove the node containing the value 12 from the trees you constructed in question 1. Perform a BFS on both of the edited trees.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
