Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 594 Bytes

File metadata and controls

5 lines (4 loc) · 594 Bytes

Dynamic Programming for Interviews Solutions

Dynamic Programming for Interviews is a free ebook about dynamic programming. This repo contains working, tested code for the solutions in Dynamic Programming for Interviews.

Contributing

I would love to compile solutions to all of the problems here, as well as offer solutions in different languages. Currently we only have Java solutions but Python, C, or any other languages would be most welcome. Just create a pull request with your changes. And make sure your code includes at least a few tests!