Intro To Dynamic Programming - Coding Interview Preparation
Offered By: Udemy
Course Description
Overview
Learn Dynamic programming to improve your Algorithms knowledge and prepare for the Software Engineering Coding Interview
What you'll learn:
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.
Taught by
El Farouk Yasser
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera