earticle

논문검색

Discussion on Writing of Recursive Algorithm

초록

영어

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

저자정보

  • Song Jinping Computer Department, Jining Teachers College, Wulanchabu, China

참고문헌

자료제공 : 네이버학술정보

    ※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.

    0개의 논문이 장바구니에 담겼습니다.