Data-Structures
October 9, 2023Computer-Networks
October 9, 2023GATE 1987
Question 3 |
It is possible to construct a binary tree uniquely whose pre-order and post-order traversals are given?
True | |
False |
Question 3 Explanation:
To construct binary tree uniquely we need either inorder and postorder or inorder and preorder.
Correct Answer: B
Question 3 Explanation:
To construct binary tree uniquely we need either inorder and postorder or inorder and preorder.