McqMate
| 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. | |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet