sicp-solutions/ex-1.10.txt
Petar Kapriš a697f52405 Add solutions to exercises from section 1.2
To be noted: the drawing in exercise 1.14 is unfinished. I did it in a
notebook, but haven't yet had the time to put it in a txt file.
2025-02-05 13:59:25 +01:00

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