Files
exercises-in-programming-style/07-infinite-mirror
Crista Lopes ac49dfa51a More recursion
2013-11-21 13:57:16 -08:00
..
2013-10-14 08:32:22 -07:00
2013-11-21 13:57:16 -08: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