![]() |
|
Dynamic Programming with Python - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Python (https://sinister.li/Forum-Python) +--- Thread: Dynamic Programming with Python (/Thread-Dynamic-Programming-with-Python) |
Dynamic Programming with Python - Ex094 - 04-12-2013 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 Help would be appreciated! RE: Dynamic Programming with Python - Psycho_Coder - 04-12-2013 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/dynprog/dynamic.html The above two are enough to learn Dynamic Programming . EDITED: Look At this Video If it can Help you . RE: Dynamic Programming with Python - Deque - 04-12-2013 (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 Have a look at this: http://20bits.com/article/introduction-to-dynamic-programming RE: Dynamic Programming with Python - Ex094 - 04-13-2013 Thanks guys, I'll see what I get from those links and the video
RE: Dynamic Programming with Python - Ex094 - 04-13-2013 Thanks guys, I'll see what I get from those links and the video
|