Question
Which of the following statement is not correct.
I. Number of unlabeled binary trees are same as number of binary search trees for any number of vertices.
II. Postorder traversal takes O(V) time for V vertices in a binary tree.
III. Preorder and postorder Traversal combination can always uniquely construct a binary tree.
IV. In a binary search tree, the smallest vertex always lies is one of leaf nodes.