InterviewSolution
Saved Bookmarks
| 1. |
Which of the following problems should be solved using dynamic programming?(a) Mergesort(b) Binary search(c) Longest common subsequence(d) QuicksortI had been asked this question by my college professor while I was bunking the class.My query is from Dynamic Programming in portion Dynamic Programming of Data Structures & Algorithms II |
|
Answer» The correct answer is (c) Longest common subsequence |
|