Nov 8, 2021
Great article.
I deal with dynamic programming in relation to the Knapsack Problem myself (https://en.wikipedia.org/wiki/Knapsack_problem) which is also a good application to dip into if you want to see how dynamic programming can be applied to what can be an extremely difficult problem in real world situations.