B
D
E
A
C
F
G
Consider a 2-3 tree. Show the tree after insertion of the following
elements: 80, 56, 29, 34, 42, 46, 50, 36. Insert the values into a 2-3Tree in the order
given, and show the final tree below using the appropriate boxes. If a node does not have
a value inserted into it, use a dash \textendash{} to indicate it. If a node has more than one
value, indicate the values separated by commas (no space i.e., like 2,3). Write the Value
from A to G.
Consider if the above tree is an AVL tree. Show the tree after insertion of the following
elements: 63, 35, 18, 23, 25, 27. Insert the values into an AVL Tree in the order given,
and show the final tree below using the appropriate boxes. If a node does not have a value
inserted into it, use a dash \textendash{} to indicate it. Write the Value from A to G