I am trying to find a code for dynamic programming. Does anyone know where I might find one? Thank you!
Printable View
I am trying to find a code for dynamic programming. Does anyone know where I might find one? Thank you!
Do you mean meta-programming or polymorphism?
Do you mean sothing that is not a static ?Quote:
Originally posted by sjkim23
I am trying to find a code for dynamic programming. Does anyone know where I might find one? Thank you!
Regards,
homestead
Perhaps you mean the part of "Operation Research" subject.
Is it a floor wax and a dessert topping?
I love vague questions. Really I do, keep posting them so that we cannot answer them.Quote:
Originally posted by sjkim23
I am trying to find a code for dynamic programming. Does anyone know where I might find one? Thank you!
C'mon guys, stop teasing our new friend. You are scaring him off. :eek:
Then why not provide an answer instead of criticizing others for not providing an answer? Of course, unless you are psychic, you are unlikley to be able to answer the question.Quote:
Originally posted by Kheun
C'mon guys, stop teasing our new friend. You are scaring him off. :eek:
Dynamic programming is a technique that is used to solve some polynomial time problems by saving previous information instead of recomputing it. AvDav was correct - it belongs originally to the field of operations research, and 'programming' doesn't refer to computer programming. See http://www.nist.gov/dads/HTML/dynamicprog.html for a definition.
To answer the OP question, you can find a number of good sources by searching Google for 'dynamic programming'. Here's one:
http://mat.gsia.cmu.edu/classes/dynamic/dynamic.html