555 views
0 votes
0 votes
the number of binary search trees with 4 nodes (1 , 2 , 3 , 4)  where 1 is always a leaf node?

1 Answer

Related questions

4 votes
4 votes
5 answers
2
sripo asked Jan 16, 2019
6,823 views
Let us there are n nodes which are labelled.Then the number of trees possible is given by the Catalan Number i.e $\binom{2n}{n} / (n+1)$Then the binary search trees possi...
0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4
Anish Palan asked Dec 18, 2017
732 views
Given an initially empty Binary search tree how many different order of insertion order A,B,C,D,E,F,G that returns minimum height tree?