Dynamic Programming is a fundamental algorithmic technique which is behind solving some of the toughest computing problems. In this book, we have covered some Dynamic Programming problems which will give you the general idea of formulating a Dynamic Programming solution and practice on applying it on a variety of problems with focus on Coding Interview.Some of the problems we have covered are:Permutation coefficient: This is a basic problem but is significant in understanding the idea behind Dynamic Programming.Longest Common Substring: This is an important problem as we see how we can apply Dynamic Programming in string problems.XOR value: This is another significant problem as we are applying Dynamic Programming on a Number Theory problem more specifically problem involving subset generation.K edges: In line with our previous problems, in this problem, we have applied Dynamic Programming in a graph-based problem.
This problem shows a problem where Dynamic Programming is not the most efficient solution but is in the right path.We have covered other relevant solutions and ideas so that you have the complete idea of the problems and understand deeply the significance of Dynamic Programming in respect to the problems.Book: Dynamic Programming for the day before your Coding InterviewAuthors (2): Aditya Chatterjee, Ue KiaoAbout the authors:Aditya Chatterjee is an Independent Researcher, Technical Author and the Founding Member of OPENGENUS, a scientific community focused on Computing Technology.Ue Kiao is a Japanese Software Developer and has played key role in designing systems like TaoBao, AliPay and many more.
She has completed her B. Sc in Mathematics and Computing Science at National Taiwan University and PhD at Tokyo Institute of Technology.