Q172
Which of the following is the time complexity of implementing Catalan numbers using dynamic programming?
A.
O(n)
B.
O(n2)
AnswerC.
O(1)
D.
O(log n)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board