Composing programs - 1.7 - Recursive Functions

226 阅读1分钟

最近比较忙,然后好像也是费了好大劲把之前的作业做了。新的一节继续走起

Recursive Functions

Definition: A function is called recursive if the body of that function calls itself,either directly or indirectly
Implication: Executing the body of a recursive function may require applying that function