摘要
递归在计算机科学和数学中都是一个重要的问题求解工具,许多复杂问题的求解都可以用递归算法去解决,适当的使用递归算法可以简化复杂问题。该文通过具体的实例,讨论了递归算法的实现,并对递归算法进行了进一步的探讨。
Recursion is a very important fundamental tool of solving problems in computer science and mathematics.Many complex problems can be solved by recursion .The complexity will be simplified by using recursion algorithm rationally.This paper mainly discussed the realization of some questions by recursion algorithm through concrete example,and had a further research to the recursion algorithm.
出处
《电脑知识与技术》
2009年第3X期2283-2284,共2页
Computer Knowledge and Technology
关键词
递归
向量数组
算法
循环
recursion
vector
algorithm
circulation