Files
exercises-in-programming-style/08-infinite-mirror
2019-12-22 17:43:07 -08:00
..
2019-08-12 14:38:16 -07:00

Style #7

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