DEV Community

Discussion on: Learn Dynamic Programming using Fibonacci as an example

Collapse
 
rattanakchea profile image
Rattanak Chea • Edited

This post was meant to be build a foundation for DP concepts. Thus the simpler the example, the easier to understand. I like your two questions a lot and those are practical for technical interview. I will spend time and work on those next.

Do you have a favorite book/resource on learning DP/algorithms? Besides the obvious: Leetcode, Cracking the coding interview.