This website requires JavaScript.
Explore
Help
Sign In
lib
/
exercises-in-programming-style
Watch
1
Star
0
Fork
0
You've already forked exercises-in-programming-style
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1373ed542d06d3f8932f707752ce028feb774de5
exercises-in-programming-style
/
07-infinite-mirror
History
Crista Lopes
dcf6e6426a
Eliminate the use of global variables; makes the example cleaner.
2014-01-26 08:28:17 -08:00
..
README.md
Added README.md for style
#07
2013-10-14 08:32:22 -07:00
tf-07.py
Eliminate the use of global variables; makes the example cleaner.
2014-01-26 08:28:17 -08:00
README.md
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
Reference in New Issue
View Git Blame
Copy Permalink