If a binary tree can be represented with the array data structure in an efficient way(it means there is no blank key in b/w two non-zero elements) then it cannot be designed uniquely with the help of which of the following traversals?
1.Preorder
2.Inorder
3.Postorder
Please answer this question.It is quite tricky for me.