Swapping DP State Problems

Правка en1, от themaskedhero, 2016-12-06 22:38:31

I've seen this technique before where if you have some recurrence dp(state) = val, you can swap the state and value functions to better the complexity, and instead get dp(val) = state.

I'm looking for examples of these problems, one example is http://usaco.org/index.php?page=viewproblem2&cpid=648 .

Thanks

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский themaskedhero 2016-12-06 22:38:31 343 Initial revision (published)