In the context of Dynamic Programming, what is the typical use of "backtracking"?
A. To store intermediate results.
B. To solve the problem directly.
C. To reconstruct the solution from the computed results.
D. To avoid redundant computations.
Answer: Option C

Join The Discussion