

MCQOPTIONS
Saved Bookmarks
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) |
Answer» C. o(n2) | |