跳转至

4.1. 目标

4.1. Objectives

本章的目标如下:

  • 理解复杂问题可能有简单的递归解决方案,这些问题可能否则很难解决。
  • 学习如何递归地制定程序。
  • 理解并应用递归的三条法则。
  • 将递归理解为一种迭代形式。
  • 实现问题的递归公式化。
  • 理解计算机系统如何实现递归。

The goals for this chapter are as follows:

  • To understand that complex problems that may otherwise be difficult to solve may have a simple recursive solution.
  • To learn how to formulate programs recursively.
  • To understand and apply the three laws of recursion.
  • To understand recursion as a form of iteration.
  • To implement the recursive formulation of a problem.
  • To understand how recursion is implemented by a computer system.

最后更新: 2024年9月12日
创建日期: 2024年9月9日