1.

The recursive formula for Catalan number is given by Cn = ∑Ci*C(n-i).

A. Consider the following dynamic programming implementation for Catalan numbers:
Answer» D.


Discussion

No Comment Found