InterviewSolution
Saved Bookmarks
| 1. |
When dynamic programming is applied to a problem, it takes far less time as compared to other methods that don’t take advantage of overlapping subproblems.(a) True(b) FalseI got this question in a job interview.Query is from Dynamic Programming topic in portion Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Right choice is (a) True |
|