what is The number of different binary trees of size 6
Answers
Answered by
0
Answer:
values of Catalan numbers are 1, 1, 2, 5, 14, 42, 132, 429, 1430, 4862, …. So are numbers of Binary Search Trees. Total number of possible Binary Trees with n different keys (countBT(n)) = countBST(n)
Similar questions