in Programming in C
606 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 ........
in Programming in C
by
606 views

4 Comments

hmm thanks  Shaik Masthan 

0
0
Thats the thing i also did C(2n,n)/(n+1)  but in made easy they have also multiplied by n! extra.

BST are by default labelled tree right i dont know why they multiplied by n! there.
0
0
If he did not strict to get in order $1,2,3,4$ then we can assign $4$ number in any order and get $4!$ combination,but in this question, it is not possible.
0
0

Please log in or register to answer this question.

Related questions