LPP
March 4, 2024Operating-Systems
March 5, 2024Data-Structures
Question 7 |
A rooted tree with 12 nodes has its nodes numbered 1 to 12 in pre-order. When the tree is traversed in post-order, the nodes are visited in the order 3, 5, 4, 2, 7, 8, 6, 10, 11, 12, 9, 1.
Reconstruct the original tree from this information, that is, find the parent of each node, and show the tree diagrammatically.
Theory Explanation. |
Correct Answer: A
Subscribe
Login
0 Comments