Dynamic Programming resources in C?

Posted by EsotericMe on Stack Overflow See other posts from Stack Overflow or by EsotericMe
Published on 2011-01-09T08:00:10Z Indexed on 2011/01/09 10:53 UTC
Read the original article Hit count: 184

Filed under:
|
|

Hi everyone, I'll be writing the online Google test tomorrow as a fresher. Apparently, they definitely ask one problem on Dynamic Programming?

Does anyone know of a good resource for collection of DP problems in C along with solutions? I know what DP is & have used it on an occasion or twice. However I feel to crack a DP problem in test, prior practice of typical problems will make it easier to approach.

Any good resources or problem sets with solutions in C will be highly appreciated. Thanks.

© Stack Overflow or respective owner

Related posts about c

    Related posts about algorithm