

MCQOPTIONS
Saved Bookmarks
1. |
What is the space complexity of the following dynamic programming implementation of the rod cutting problem? |
A. | O(1) |
B. | O(n) |
C. | O(n2) |
D. | O(2n)View Answer |
Answer» C. O(n2) | |