closed by
4,567 views
0 votes
0 votes
closed with the note: I got it

Suppose a binary tree has only three nodes A, B and C and you are given that the post-order traversal for the tree is B-A-C. The exact preorder traversal for the tree is.

  1. C-A-B
  2. A-B-C
  3. C-B-A
  4. A definite pre-order traversal cannot be determined from the information given
closed by

Related questions

2 votes
2 votes
2 answers
1
GO Classes asked Feb 4
331 views
Consider a binary tree. Among the following traversal combinations, which of them can uniquely construct the tree?Inorder + PreorderPreorder + PostorderOnly InorderInorde...
2 votes
2 votes
1 answer
2