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

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