InterviewSolution
Saved Bookmarks
| 1. |
For any given sequence, there will ALWAYS be a unique increasing subsequence with the longest length.(a) True(b) FalseI have been asked this question in a job interview.The question is from Longest Increasing Subsequence in portion Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Correct option is (b) False |
|