File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
* .aux
2
2
* .cp *
3
3
* .fn
4
+ * .fls
4
5
* .ky
5
6
* .log
6
7
* .pg
Original file line number Diff line number Diff line change @@ -3250,6 +3250,17 @@ linearly with the input. See @ref{Exercise 3.27}.}
3250
3250
@quotation
3251
3251
@strong{@anchor{Exercise 1.11}Exercise 1.11:} A function @math{f} is defined by
3252
3252
the rule that
3253
+ @ifinfo
3254
+
3255
+ @example
3256
+ /
3257
+ | n if n < 3
3258
+ f(n) = < f(n-1) + 2f(n-2) + 3f(n-3) if n >= 3
3259
+ |
3260
+ \
3261
+ @end example
3262
+
3263
+ @end ifinfo
3253
3264
@tex
3254
3265
$$
3255
3266
f(n) =
@@ -24444,8 +24455,9 @@ count
24444
24455
@code{actual-value} rather than @code{eval} to evaluate the operator before
24445
24456
passing it to @code{apply}, in order to force the value of the operator. Give
24446
24457
an example that demonstrates the need for this forcing.
24458
+ @end quotation
24447
24459
24448
- @noindent
24460
+ @quotation
24449
24461
@strong{@anchor{Exercise 4.29}Exercise 4.29:} Exhibit a program that you would
24450
24462
expect to run much more slowly without memoization than with memoization.
24451
24463
Also, consider the following interaction, where the @code{id} procedure is
You can’t perform that action at this time.
0 commit comments