Menu

(Solved) : Question Draw Bst Following Data Added Tree Following Order 40 20 10 30 60 50 70 80 B Tree Q44040524 . . .

question:
a) Draw the BST if the following data is added to a tree in thefollowing order: 40, 20, 10, 30, 60, 50, 70, 80.
b) How will the tree look like when you remove 40 from thetree?
c) Explain why the tree changes the way you are drawing it.

Please post a different answer to those already givento other users with the same question. thanks!

Expert Answer


Answer to question: a) Draw the BST if the following data is added to a tree in the following order: 40, 20, 10, 30, 60, 50, 70, 8…

OR