Intro To Dynamic Programming - Coding Interview Preparation

Go to class
Write Review

Intro To Dynamic Programming - Coding Interview Preparation provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. Intro To Dynamic Programming - Coding Interview Preparation is taught by El Farouk Yasser. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Learn Dynamic programming to improve your Algorithms knowledge and prepare for the Software Engineering Coding Interview

    What you'll learn:

    • How to Solve a problem recursively
    • How to come up with a dynamic programming solution
    • How to code a dynamic programming solution
    • How to solve frequent 1D and 2D dynamic programming problems

    In this course, you will learn how to solve several problems using Dynamic Programming. We will discuss several 1 dimensional and 2 dimensional dynamic programming problems and show you how to derive the recurrence relation, write a recursive solution to it, then write a dynamic programming solution to the problem and code it up in a few minutes!We will cover problems such as:

    1.Climbing stairs

    2.Buying and Selling Stock

    3.0/1 Knapsack

    4.Longest Common Substring

    5.Longest Common Subsequence

    6.Others!

    By the end of this course, you should be fairly confident to tackle dynamic programming problems and to begin your journey in learning more Dynamic programming problems and solutions.