In Dynamic Programming, what does the term "subproblem" refer to?
A. A smaller instance of the overall problem that contributes to the final solution.
B. A problem that has no relation to the main problem.
C. A problem that is solved by brute force.
D. A problem that is not solved by DP.
Answer: Option A

Join The Discussion