618 views
0 votes
0 votes
Consider 4 labeled 1,2,3,4. The number of distinct binary tree possible such that whose inorder traversal is 1,2,3,4 are ........

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
pradeepchaudhary asked Aug 19, 2018
2,667 views
What must be the ideal size of array if the height of tree is ‘l’?a) 2l-1b) l-1c) ld) 2l
1 votes
1 votes
1 answer
2
pradeepchaudhary asked Aug 19, 2018
19,139 views
8. What are the worst case and average case complexities of a binary search tree?a) O(n), O(n)b) O(logn), O(logn)c) O(logn), O(n)d) O(n), O(logn)