InterviewSolution
Saved Bookmarks
| 1. |
If a problem can be solved by combining optimal solutions to non-overlapping problems, the strategy is called _____________(a) Dynamic programming(b) Greedy(c) Divide and conquer(d) RecursionThis question was posed to me in an interview.My question is taken from Dynamic Programming topic in section Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Right choice is (c) DIVIDE and conquer |
|