1.

What is the space complexity of the following dynamic programming implementation used to find the minimum number of jumps?

A. O(1)
B. O(n)
C. O(n2)
D. O(5)View Answer
Answer» C. O(n2)


Discussion

No Comment Found