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
The query is from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms I
The question was asked in class test.