How many tree traversals (preorder, inorder, postorder) do I need at least to reconstruct a binary tree. I am pretty sure it is two, however I have problems in explaining why. I would also say that a reconstruction is possible with every combination of these 3 types.
Would be great if somebody could give me a proper explanation;).