1.

Which of the following implementations of Catalan numbers has the smallest time complexity?

A. Dynamic programming
B. Binomial coefficients
C. Recursion
D. All of the mentioned
Answer» C. Recursion


Discussion

No Comment Found