-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathObjectives.ptx
More file actions
executable file
·32 lines (28 loc) · 1.05 KB
/
Objectives.ptx
File metadata and controls
executable file
·32 lines (28 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<section xml:id="recursion_objectives">
<title>Objectives</title>
<p>The goals for this chapter are as follows:</p>
<p><ul>
<li>
<p>To understand that complex problems that may otherwise be difficult
to solve may have a simple recursive solution.</p>
</li>
<li>
<p>To learn how to formulate programs recursively.</p>
</li>
<li>
<p>To understand and apply the three laws of recursion.</p>
</li>
<li>
<p>To understand recursion as a form of iteration.</p>
</li>
<li>
<p>To implement the recursive formulation of a problem.</p>
</li>
<li>
<p>To understand how recursion is implemented by a computer system.</p>
</li>
</ul></p>
<conclusion><p>
<!-- extra space before the progress bar -->
</p></conclusion>
</section>