245 views

1 Answer

Best answer
2 votes
2 votes

Number of elements on the left sub tree is n=4,

so total number of BST(on Left Sub tree) having 4 element

using $\binom{2n}{n}$/(n+1)

 is 14.

similarly number of BST(on Right Sub tree) having 3 element is 5

so total number of BST having 5 as the root is 14*5 =70

selected by

Related questions

1 votes
1 votes
1 answer
1
Abhijeet_Kumar asked Oct 17, 2017
237 views
0 votes
0 votes
1 answer
2
krish asked Aug 21, 2016
420 views
what is te diffrence b/w hight, depth, level in binary tree and can i say level= height+1 if yes then prove it
0 votes
0 votes
1 answer
3
iarnav asked Jun 19, 2018
710 views
Let's say we're given with a MAX Heap and we want to delete any of the leaf node, then how much time will it take to delete any of the leaf node and maintain the max heap...
0 votes
0 votes
1 answer
4