Difference between revisions of "Recursion"
(needs more content) |
(→Examples: added 2006I/13) |
||
Line 4: | Line 4: | ||
* A combinatorical use of recursion: [http://www.artofproblemsolving.com/Forum/viewtopic.php?p=448525#p448525 AIME 2006I/11] | * A combinatorical use of recursion: [http://www.artofproblemsolving.com/Forum/viewtopic.php?p=448525#p448525 AIME 2006I/11] | ||
+ | * Use of recursion to compute an explicit formula: [http://www.artofproblemsolving.com/Forum/viewtopic.php?p=449173#p449173 AIME 2006I/13] | ||
=== See also === | === See also === | ||
* [Combinatorics] | * [Combinatorics] |
Revision as of 10:10, 19 June 2006
Recursion is ...
Examples
- A combinatorical use of recursion: AIME 2006I/11
- Use of recursion to compute an explicit formula: AIME 2006I/13
See also
- [Combinatorics]