1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which of the following methods can be us...
Q.

Which of the following methods can be used to find the nth Catalan number?

A. recursion
B. binomial coefficients
C. dynamic programming
D. recursion, binomial coefficients, dynamic programming
Answer» D. recursion, binomial coefficients, dynamic programming
Explanation: all of the mentioned methods can be used to find the nth catalan number.

Discussion