Login Register






Dynamic Programming with Python filter_list
Author
Message
Dynamic Programming with Python #1
I am having trouble with solving both @Deque and @Psycho_Coder problems via Dynamic Programming. As I'm not familiar with it, Can anybody post a tutorial or give a link to a website that teaches Dynamic Programming with Python in plain words Smile
Help would be appreciated!
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Dynamic Programming with Python #2
Well I didn't needed any tutorial after the Explanation given by Deque and Wikipedia , However you can refer the following links :-

http://mat.gsia.cmu.edu/classes/dynamic/dynamic.html
http://www.avatar.se/molbioinfo2001/dynp...namic.html

The above two are enough to learn Dynamic Programming .

EDITED:

Look At this Video If it can Help you .

[Image: OilyCostlyEwe.gif]

Reply

RE: Dynamic Programming with Python #3
(04-12-2013, 06:43 PM)Ex094 Wrote: I am having trouble with solving both @Deque and @Psycho_Coder problems via Dynamic Programming. As I'm not familiar with it, Can anybody post a tutorial or give a link to a website that teaches Dynamic Programming with Python in plain words Smile
Help would be appreciated!

Have a look at this: http://20bits.com/article/introduction-t...rogramming
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: Dynamic Programming with Python #4
Thanks guys, I'll see what I get from those links and the video Smile
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Dynamic Programming with Python #5
Thanks guys, I'll see what I get from those links and the video Smile
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply