Recursionhard
0:00.0

In designing dynamic programming algorithms, we establish optimal substructure by showing: OPT(S)=(best choice)+OPT(S)\text{OPT}(S) = \text{(best choice)} + \text{OPT}(S') where SS' is a smaller subproblem. Which statement about optimal substructure and recurrence relations is FALSE?