sicp-solutions/chapter-1/ex-1.10.txt

17 lines
162 B
Text

(A 1 10)
2**10
(A 2 4)
(A 1 (A 2 3))
(A 1 (A 1 (A 2 ))
2**2**2**2
(A 3 3)
(A 2 (A 3 2))
2P3
2t(4)
(f n) == 2*n
(g n) == 2**n
(h n) == 2**2**...**2 <- n times