Suppose the following values are inserted into a binary tree…
Suppose the following values are inserted into a binary tree, in the order given: 12, 7, 9, 10, 22, 24, 30, 18, 3, 14, 20 Draw a diagram of the resulting binary tree. (Note: 12 is inserted first, then 7, and so on..) image-2.png Draw the rest of the tree & fill in each box with values. If any pointers point to null, make sure to indicate them.
Read Details