sicp-2.2.1
Posted on 2015-02-17 07:42:44 +0900
in SICP
Lisp
2.17
2.18
2.19
As this procedure does not rely not on the order, it would not affect the final answer.
2.20
2.21
2.22
The correct way is to use append
to add it into the last posision of the nested cons
.
2.23