The Road To Dynamic Programming: Java, JavaScript, & Python
- Description
- Curriculum
- FAQ
- Reviews
In this course, you are going to learn about one of the most popular programming topics, dynamic programming. This topic is known as one of the most difficult topics in the programming world. However, in this course, we are going to simplify it and deeply learn the basis on which it stands.
What we are going to do is to start by introducing and defining dynamic programming, and present two popular techniques that are generally used which are memoization, and tabulation. We are going to learn about the differences between them, and when and where to use each one of them.
Then, we are going to solve some of the most famous dynamic programming problems by a detailed explanation of the problem, followed by an example walkthrough. Then, we come up with a pseudo-code, and finally we implement our code using three languages, Java, JavaScript, and Python.
This course contains multiple quizzes and coding exercises that will help you deeply understand each of the topics presented.
With that being said, I hope you enjoy this course, and I would love to help you make your dynamic programming experience more fun, and enjoyable as much as possible!
Good Luck and Enjoy!
-
6Explanation and Example walkthroughVideo lesson
-
7Pseudo-Code of the problemVideo lesson
-
8Java ImplementationVideo lesson
-
9JavaScript ImplementationVideo lesson
-
10Python ImplementationVideo lesson
-
11Time and Space ComplexityQuiz
Discover the time and space complexity of our dynamic solution
-
18Introduction to The Knapsack ProblemVideo lesson
-
19Problem Explanation and Example WalkthroughVideo lesson
-
20Pseudo-Code of the problemVideo lesson
-
21Java ImplementationVideo lesson
-
22JavaScript ImplementationVideo lesson
-
23Python ImplementationVideo lesson
-
24Time and Space ComplexitQuiz
-
41Problem Explanation and First SolutionVideo lesson
-
42Improved Solution Using Dynamic Programming and Pseudo-CodeVideo lesson
-
43Java ImplementationVideo lesson
-
44JavaScript ImplementationVideo lesson
-
45Python ImplementationVideo lesson
-
46Better Solution of the Longest Increasing Subsequence using JavaQuiz
External Links May Contain Affiliate Links read more