节点文献
动态规划算法的研究
Research on Dynamic Programming Algorithm
【摘要】 算法是计算机程序员必备的一项技术。动态规划算法能解决具有最优子结构和重叠子问题的问题。通过构造合适的递归方程,利用动态规划算法或者备忘录方法解决问题。
【Abstract】 algorithm is a necessary technology for computer programmer. Dynamic programming algorithm can solve the problem with optimal substructure and overlapping subproblem. By constructing a suitable recursive equation, the dynamic programming algorithm or memo method is used to solve the problem.
【关键词】 算法;
动态规划算法;
最优子结构;
重叠子问题;
【Key words】 algorithm; dynamic programming algorithm; optimal substructure; overlapping subproblem;
【Key words】 algorithm; dynamic programming algorithm; optimal substructure; overlapping subproblem;
- 【文献出处】 电脑知识与技术 ,Computer Knowledge and Technology , 编辑部邮箱 ,2020年18期
- 【分类号】O224
- 【被引频次】1
- 【下载频次】1155