1.

Consider the following code to find the nth fibonacci term using dynamic programming:Which technique is used by line 7 of the below code?

A. Greedy
B. Recursion
C. Memoization
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found