Q.1.
Which of the following is NOT a Catalan number?
Q.2.
Which of the following numbers is the 6th Catalan number?
Q.3.
Which of the following is not an application of Catalan Numbers?
Q.4.
Which of the following methods can be used to find the nth Catalan number?
Q.5.
The recursive formula for Catalan number is given by Cn = ∑Ci*C(n-i).
Q.6.
Which of the following implementations of Catalan numbers has the smallest time complexity?
Q.7.
Which of the following implementations of Catalan numbers has the largest space complexity(Don’t consider the stack space)?