Question: In dynamic programming, what is the purpose of a state transition equation?
Options:
Correct Answer: To describe how to move from one state to another
Solution:
A state transition equation describes how to move from one state to another in the dynamic programming solution, defining the relationship between subproblems.