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