in Others recategorized by
1,030 views
0 votes
0 votes

​​​​​​Consider the following tree traversals on a full binary tree:

  1. Preorder
  2. Inorder
  3. Postorder

Which of the following traversal options is/are sufficient to uniquely reconstruct the full binary tree?

  1. $\text{(i) and (ii)}$
  2. $\text{(ii) and (iii)}$
  3. $\text{(i) and (iii)}$
  4. $\text{(ii) only}$

in Others recategorized by
by
1.0k views

1 Answer

0 votes
0 votes

I think the Ans is A,B,C
A and B is evident

For C refer here => https://gateoverflow.in/168546/does-unique-binary-tree-possible-binary-preorder-postorder

Related questions