182 views
0 votes
0 votes
formule for

1.number of binary tree

2.number of binary search tree

3.number labeled binary tree

4.number of unlabeled binary tree

1 Answer

0 votes
0 votes

1 Number of Binary trees with n unlabeled nodes  is C(2n,n) / (n+1)

2.Number of Binary  trees with n labeled nodes  is  ( n! * C(2n,n) ) / (n+1)

3.Number of Binary search trees with n keys is C(2n,n) / (n+1)

Related questions

0 votes
0 votes
1 answer
1
Sumita Bose asked Dec 20, 2018
295 views
What is the number of spanning tree in cyclic graph
3 votes
3 votes
1 answer
2
Abhijeet_Kumar asked Oct 17, 2017
239 views