.png)
SICP 2.2: 層次性數據和閉包性質(Python實現)
- 2022 年 5 月 6 日
- 筆記
緒論 序對可以為我們提供用於構造複合數據的基本「粘接劑」,鑒於Python中tuple中元素不可變的性質,我們通過lis …
Continue Reading緒論 序對可以為我們提供用於構造複合數據的基本「粘接劑」,鑒於Python中tuple中元素不可變的性質,我們通過lis …
Continue Reading題目要求 解題方法 遞歸計算 沒什麼好說的,單純的套用數學公式 1 (define (f n) 2 (if …
Continue Reading原版題目: Exercise 1.3: Define a procedure that takes three numb …
Continue Reading