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