I know by the formula
(2*n)!/n! * (n+1)!
the number of possible Binary Tree Combinations can be found out.
eg. for n=3, 5 combinations are possible.
I also know NCR but the standard formula of NCR is n!/r!(n-r)!
.
So I want to know why formula for Combinations of Possible Binary tree is (2*n)!/n! * (n+1)!
. What is the derivation behind this formula, from where it came.