InterviewSolution
Saved Bookmarks
| 1. |
We use dynamic programming approach when(A) We need an optimal solution(B) The solution has optimal substructure(C) The given problem can be reduced to the 3-SAT problem(D) It’s faster than Greedy |
| Answer» | |