

MCQOPTIONS
Saved Bookmarks
1. |
Find the longest increasing subsequence for the given sequence: |
A. | {10, -10, 12, 9, 10, 15, 13, 14} |
B. | {10, 12, 15} |
C. | {10, 12, 13, 14} |
D. | {-10, 12, 13, 14} |
E. | {-10, 9, 10, 13, 14} |
Answer» E. | |