

MCQOPTIONS
Saved Bookmarks
1. |
What is the space complexity of the ABOVE dynamic programming implementation used to find the length of the longest increasing subsequence?$ |
A. | O(1) |
B. | O(n) |
C. | O(n<sup>2</sup>) |
D. | O(nlogn) |
Answer» E. | |