Catalan Number
From charlesreid1
Very important number series occurring in combinatorics: https://en.wikipedia.org/wiki/Catalan_number
Recurrence relation:
Formula:
More links:
- Wikipedia link (also above): https://en.wikipedia.org/wiki/Catalan_number
- geeks for geeks, focusing on programming implementations (non-recursive and recursive): http://www.geeksforgeeks.org/program-nth-catalan-number/
- interview repo on github: https://github.com/mission-peace/interview/blob/master/src/com/interview/dynamic/CountNumberOfTreesInBST.java