Re: Recursion Usage and Concepts - Newbie Question
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Oct 2007 15:12:55 GMT
On Mon, 15 Oct 2007 12:28:10 +0200, Christian <fakemail@xxxxxx> wrote,
quoted or indirectly quoted someone who said :
s Dynamic
programming needs some kind of object that holds results of earlier
computed values
I did all kinds of dynamic programming back in the days of Fortran
where you don't have recursion. It never dawned on me until now that
you could handle tracking the history with recursion.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- Follow-Ups:
- Re: Recursion Usage and Concepts - Newbie Question
- From: Christian
- Re: Recursion Usage and Concepts - Newbie Question
- References:
- Recursion Usage and Concepts - Newbie Question
- From: Taria
- Re: Recursion Usage and Concepts - Newbie Question
- From: Christian
- Recursion Usage and Concepts - Newbie Question
- Prev by Date: Re: Why is the main() of Java void ?
- Next by Date: Re: Jar
- Previous by thread: Re: Recursion Usage and Concepts - Newbie Question
- Next by thread: Re: Recursion Usage and Concepts - Newbie Question
- Index(es):