摘要
通过递归实例,介绍了递归算法时间复杂度的一类分析方法.说明了在分析问题时递归思想的作用,但在问题实现时最好采用非递归算法.
Using real example of recursion, we introduce a type of analysis method of recursion algorism's time complexity. We also explain the role ofrecursion in analyzing the problem. But it is better to adopt the non-recursion algorism in implementation.
出处
《浙江万里学院学报》
2005年第4期24-27,共4页
Journal of Zhejiang Wanli University
关键词
递归
语句频度
时间复杂度
recursion
frequency count
time complexity