summaryrefslogtreecommitdiffstats
path: root/sicp.org
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-09-03 03:14:36 +0000
committerrsiddharth <s@ricketyspace.net>2016-09-03 03:14:36 +0000
commit11ea72350f581ea316d5a45b39958a030b40dd7e (patch)
tree8da4b624ffee337a4fb7f10228b8caba762d5b65 /sicp.org
parent2662342bc85bbb6bf2af11c4559c94c9f5301284 (diff)
add note on ex. 1.11.
Diffstat (limited to 'sicp.org')
-rw-r--r--sicp.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/sicp.org b/sicp.org
index 4611cb2..9c9cfed 100644
--- a/sicp.org
+++ b/sicp.org
@@ -277,3 +277,8 @@ is ~A = 2x2^y~.
=(h n)= computes =(expt 2 (h (1- n)))=
***** (define (k n) (* 5 n n))
=(k n)= computes =(* 5 n n)=
+*** 11
+I could not come up with a an iterative procedure.
+
+two versions of the recursive procedure are available at
+one/eleven.scm.