Which of the following pair’s traversals on a binary tree can build the tree uniquely?

Q & ACategory: Data StructureWhich of the following pair’s traversals on a binary tree can build the tree uniquely?
Admin Staff asked 4 years ago

Which of the following pair’s traversals on a binary tree can build the tree uniquely?
a) post-order and pre-order
b) post-order and in-order
c) post-order and level order
d) level order and preorder

1 Answers
Admin Staff answered 4 years ago

b) post-order and in-order