Dynamic programming practice problems with solutions

Posted by Algorist on Stack Overflow See other posts from Stack Overflow or by Algorist
Published on 2010-04-29T02:08:10Z Indexed on 2010/04/29 2:17 UTC
Read the original article Hit count: 990

Hi,

I have seen many questions on stackoverflow where dynamic programming technique can be used to make a exponential algorithm, a polynomial one. I have seen standard problems on dynamic programming. Is there a website or book that contains practice problems and solutions?

Thanks
Bala

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about algorithm-design