399 views
2 votes
2 votes
NUMBER OF BINARY TREE POSSIBLE WITH 3 UNLABELED NODES?

1 Answer

0 votes
0 votes
No. of binary trees possible with 'n' unlabelled nodes is :- C(2n, n)/(n+1)
so answer will be :-  C(2*3, 3)/4 = 5

Related questions

0 votes
0 votes
1 answer
1
Prince Sindhiya asked Jan 2, 2019
730 views
A full binary tree is a tree in which every node other than the leaves has two children. If there are 600 leaves then total number of leaf nodes are?
2 votes
2 votes
3 answers
2
4 votes
4 votes
2 answers
3
Parth Shah asked Dec 11, 2018
1,433 views
Suppose binary tree has only three nodes A,B and C, and you are given the post order traversal of tree as B-A-C . The exact pre order traversal of the tree is?A)C-A-BB)A-...
1 votes
1 votes
2 answers
4
CHïntän ÞäTël asked Dec 10, 2018
1,011 views
four vertices {A,B,C,D} is given which has only vertex D as a leaf total number of binary tree are possible when every binary tree has four node!