首页 > 其他 > 详细

dynamic programming

时间:2014-08-26 11:17:25      阅读:247      评论:0      收藏:0      [点我收藏+]

Dynamic programming, or the "put shit in a table" technique, is an optimization for certain types of recurrence problems (specifically, those with overlapping subproblems). So the first thing I would say is think recursion, don‘t think dynamic programming at first. Once you solve the recurrence, dynamic programming is just an extra step at the end.

To solve recurrences, I like to pretend that I have an oracle that will tell me the answer to every question except for the one I want to know. When thinking about it like that, I find that the recurrence becomes clear much more quickly.

dynamic programming

原文:http://www.cnblogs.com/miaoz/p/3936720.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!