SICP 习题解答 1.10
Exercise 1.10. The following procedure computes a mathematical function called Ackermann's function.
复制代码
What are the values of the following expressions?
复制代码
Consider the following procedures, where A is the procedure defined above:
复制代码
Give concise mathematical definitions for the functions computed by the procedures f, g, and h for positive integer values of n. For example, (k n) computes.
我的答案:
复制代码
数学定义,归纳法
1
2
3
评论