From 11ea72350f581ea316d5a45b39958a030b40dd7e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 3 Sep 2016 03:14:36 +0000 Subject: add note on ex. 1.11. --- sicp.org | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3