随笔分类 -  Algorithms

Some memos on algorithms.
摘要:Hallmarks of dynamic programming#1Optimal substructure: an optimal solution to a problem (instance) contains optimal solutions to subproblems.e.g. if ... 阅读全文
posted @ 2014-09-28 22:10 悟净 阅读(246) 评论(0) 推荐(0)