Vidyalelo
Data Structure · Q45

Dynamic Programming in Data Structures

Programming · Data Structure · question 45

Q45

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.
Answer
D.
To avoid redundant computations.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board