Vidyalelo
Data Structure · Q132

Dynamic Programming in Data Structures

Programming · Data Structure · question 132

Q132

Which of the following gives the total number of ways of parenthesizing an expression with n + 1 terms?

A.
n factorial
B.
n square
C.
n cube
D.
nth catalan number
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board