Vidyalelo
Data Structure · Q29

Dynamic Programming in Data Structures

Programming · Data Structure · question 29

Q29

In Dynamic Programming, what is the purpose of using a "state transition" function?

A.
To manage function calls in recursion.
B.
To define how the solution transitions from one subproblem to another.
Answer
C.
To compute the total complexity of the problem.
D.
To manage function calls in recursion.

Answer: Option B

Solution

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