edited by
6,823 views
4 votes
4 votes
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 possible is just $1$?
edited by

5 Answers

0 votes
0 votes
There can be multiple BST. eg left skew BST or right skew BST and so on…. Depends on the labelled nodes.

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
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?
0 votes
0 votes
1 answer
3
0 votes
0 votes
2 answers
4
Tushar Shinde asked Jan 15, 2016
951 views
I am stuck after JAN. It is not getting balanced even after 2 rotations. Can somebody help?