Files
exercises-in-programming-style/08-infinite-mirror/README.md
2020-05-05 09:01:18 -07:00

16 lines
250 B
Markdown

Style #8
==============================
Constraints:
- All, or a significant part, of the problem is modelled by
induction. That is, specify the base case (n_0) and then the n+1
rule
Possible names:
- Infinite mirror
- Inductive
- Recursive