Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Master the art of Dynamic Programming
Rating: 4.3 out of 5(696 ratings)
5,791 students

Master the art of Dynamic Programming

Learn step by step approach to solve any Dynamic programming problem
Created byAjay Prakash
Last updated 7/2019
English

What you'll learn

  • Dynamic Programming
  • Step by step approach to solve any Dynamic Programming problem.
  • Detailed solutions with code in Java and Python to over 15 popular Dynamic Programming questions.
  • Recursion
  • Backtracking
  • Algorithms
  • Data structures

Course content

8 sections25 lectures4h 27m total length
  • Introduction2:34

Requirements

  • Basic Java or Python Programming

Description

Implementing dynamic programming algorithms is more of an art than just a programming technique. Dynamic programming problems are also very commonly asked in coding interviews but if you ask anyone who is preparing for coding interviews which are the toughest problems asked in interviews most likely the answer is going to be dynamic programming.


In fact, dynamic programming problems are very easy to solve once you understand the theory in depth and know certain tricks. Most of the dynamic programming problems share some common elements and if you know how to identify those things you can come up with solutions easily.


In this course, you will learn


1. The in-depth theory behind dynamic programming


2. Recursion and backtracking techniques


3. A step by step approach to come up with dynamic programming solutions to a given problem from scratch


4. Applying step by step approach for one-dimensional dynamic programming problems with detailed examples


5. Applying step by step approach for multi dimensional dynamic programming problems with detailed examples


6. How to analyze the time and space complexities of recursive solutions as well as dynamic programming solutions

Who this course is for:

  • Computer Science students
  • Programmers
  • Coders
  • Anyone preparing for coding interviews
  • Software engineers