원문정보
보안공학연구지원센터(IJHIT)
International Journal of Hybrid Information Technology
Vol.6 No.6
2013.11
pp.127-134
피인용수 : 0건 (자료제공 : 네이버학술정보)
초록
영어
Writing a program with the recursive method is a simple and effective way of program design, making the logic of the program concise and clear. This paper will focus on the analytical program, writing method of the recursive algorithm, as well as the optimization of recursive program. Formula method or mathematical induction can be applied for writing of the recursive algorithm more simply. Meanwhile, either of them could provide the method of tail recursive to deal with the problem lies in recursive algorithm that massive time and space of the system are occupied.
목차
Abstract
1. Features of Recursive Programming
2. Key Points of Recursive Programming
2.1. Solve the problem from the overall level
2.2. The returned value of a function
3. Writing Method of Recursive Program
3.1 Using the formula method to write a recursive program
3.2 Writing a recursive program with mathematical induction
4. Optimization of the Recursive Program
4.1 Analysis of the working of the recursive or non-recursive program
4.2 Optimization of the recursive program
References
1. Features of Recursive Programming
2. Key Points of Recursive Programming
2.1. Solve the problem from the overall level
2.2. The returned value of a function
3. Writing Method of Recursive Program
3.1 Using the formula method to write a recursive program
3.2 Writing a recursive program with mathematical induction
4. Optimization of the Recursive Program
4.1 Analysis of the working of the recursive or non-recursive program
4.2 Optimization of the recursive program
References
저자정보
참고문헌
자료제공 : 네이버학술정보