摘要
计算机在各个领域应用的过程中,都会涉及到用高效的算法解决问题。分治算法和动态规划算法作为程序设计的基本算法,它有助于我们更高效地获得问题的解决方案。文章对两种算法进行了梳理,将两种算法融入到实际问题中,便于更好地领略两种算法的思想、设计过程。
In the process of computer application in various fields,it will involve solving problems with efficient algorithms.Divide and Conquer algorithm and dynamic programming algorithm as the basic algorithm of program design,it helps us to get the solution of the program more efficiently. In this paper,the two algorithms are sorted out and incorporated into the real problems,to better understand the ideas of the two algorithms,the design process.
作者
奚雨新
Xi Yuxin(Liaoning Normal University,Dalian Liaoning 116000)
出处
《长江信息通信》
2021年第6期44-46,共3页
Changjiang Information & Communications
关键词
分治算法
动态规划算法
设计过程
Divide and conquer algorithm
Dynamic programming algorithm
Design process