Skip to content

Commit d206d36

Browse files
committed
Add solution for exercise3-13
1 parent 2a2e090 commit d206d36

File tree

3 files changed

+2271
-0
lines changed

3 files changed

+2271
-0
lines changed

chapter3/exercise3-13.org

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#+LATEX_CLASS: ramsay-org-article
2+
#+LATEX_CLASS_OPTIONS: [oneside,A4paper,12pt]
3+
#+AUTHOR: Ramsay Leung
4+
5+
#+DATE: 2025-06-12 Thu 22:08
6+
7+
[[file:../img/chapter3/exercise-3-13.png]]
8+
9+
如果我们试着去计算 =(last-pair z)=, 因为 =z= 是一个环,那么尝试找到最后一个序列的操作就会失败,会在环里一直打转,无限循环,直至 =stackoverflow=

0 commit comments

Comments
 (0)