ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

123,130 results

Tech With Tim
Dynamic Programming Explained (Practical Examples)

Have you ever wondered what Dynamic Programming is? Well in this video I am going to go into the definition and the theory of ...

29:00
Dynamic Programming Explained (Practical Examples)

113,366 views

3 years ago

freeCodeCamp.org
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

Learn how to use Dynamic Programming in this course for beginners. It can help you solve complex programming problems, such ...

5:10:02
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

4,621,702 views

5 years ago

MIT OpenCourseWare
15. Dynamic Programming, Part 1: SRTBOT, Fib, DAGs, Bowling

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Erik Demaine View the complete course: ...

57:18
15. Dynamic Programming, Part 1: SRTBOT, Fib, DAGs, Bowling

132,807 views

4 years ago

Steve Brunton
Model Based Reinforcement Learning: Policy Iteration, Value Iteration, and Dynamic Programming

Here we introduce dynamic programming, which is a cornerstone of model-based reinforcement learning. We demonstrate ...

27:10
Model Based Reinforcement Learning: Policy Iteration, Value Iteration, and Dynamic Programming

139,447 views

3 years ago

CS50
CS50 2017 - Lecture 7 - Dynamic Programming

00:00:00 - History of Dynamic Programming 00:05:46 - Rod Cutting 00:18:20 - Network Routing 00:28:58 - Sequence Matching ...

1:12:52
CS50 2017 - Lecture 7 - Dynamic Programming

72,569 views

8 years ago

HackerRank
Algorithms: Memoization and Dynamic Programming

Learn the basics of memoization and dynamic programming. This video is a part of HackerRank's Cracking The Coding Interview ...

11:17
Algorithms: Memoization and Dynamic Programming

995,476 views

9 years ago

Sahil & Sarra
This video will change the way you think when coding

"How to learn coding efficiently", this is a question that haunts many self taught programmers. In this video, I will answer this ...

7:59
This video will change the way you think when coding

323,355 views

2 years ago

Gate Smashers
L-5.1: Introduction to Dynamic Programming | Greedy Vs Dynamic Programming | Algorithm(DAA)

Confused between Greedy Algorithms and Dynamic Programming? In this video, Varun sir will explain the key differences with ...

9:08
L-5.1: Introduction to Dynamic Programming | Greedy Vs Dynamic Programming | Algorithm(DAA)

1,016,688 views

5 years ago

Inside code
What is dynamic programming? - Inside code

Source code: https://gist.github.com/syphh/b71c15a25fbe42084618732a0c4e497a Learn graph theory algorithms: ...

9:18
What is dynamic programming? - Inside code

16,379 views

3 years ago

Inside code
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code

... theory algorithms: https://inscod.com/graphalgo ⚙ Learn dynamic programming: https://inscod.com/dp_course Learn to solve ...

5:39
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code

81,818 views

3 years ago

Algorithms with Attitude
Dynamic Programming:  the Rod Cutting Problem

Table of Contents: 00:00 - Introduction and Prerequisites 00:19 - Rod Cutting Problem Definition 00:36 - Dynamic Programming ...

9:59
Dynamic Programming: the Rod Cutting Problem

47,511 views

5 years ago

Coding Perspective
Value Iteration Algorithm - Dynamic Programming Algorithms in Python (Part 9)

In this video, we show how to code value iteration algorithm in Python. This video series is a Dynamic Programming Algorithms ...

7:08
Value Iteration Algorithm - Dynamic Programming Algorithms in Python (Part 9)

18,364 views

4 years ago

freeCodeCamp.org
Graph Algorithms for Technical Interviews - Full Course

Learn how to implement graph algorithms and how to use them to solve coding challenges. ✏️ This course was developed by ...

2:12:19
Graph Algorithms for Technical Interviews - Full Course

1,442,254 views

4 years ago

Coding Perspective
Matrix Chain Multiplication Problem - Dynamic Programming Algorithms in Python (Part 8)

In this video, we show how to code matrix chain multiplication problem in Python. This video series is a Dynamic Programming ...

7:00
Matrix Chain Multiplication Problem - Dynamic Programming Algorithms in Python (Part 8)

3,653 views

4 years ago

Errichto Algorithms
Dynamic Programming lecture #2 - Coin change, double counting

Part 1: https://youtu.be/YBSt1jYwVfU This is the second of several lectures about Dynamic Programming. I will again go through ...

18:35
Dynamic Programming lecture #2 - Coin change, double counting

182,028 views

6 years ago

Errichto Algorithms
Dynamic Programming lecture #1 - Fibonacci, iteration vs recursion

First of several lectures about Dynamic Programming. It's a huge topic in algorithms, allowing us to speed exponential solutions to ...

19:47
Dynamic Programming lecture #1 - Fibonacci, iteration vs recursion

346,755 views

6 years ago

Abdul Bari
4.9 Longest Common Subsequence (LCS)  - Recursion and Dynamic Programming

Longest Common Subsequence Problem using 1. Recursion 2. Memoization 3. Dynamic Programming PATREON ...

23:35
4.9 Longest Common Subsequence (LCS) - Recursion and Dynamic Programming

1,429,392 views

7 years ago

Steve Brunton
Nonlinear Control: Hamilton Jacobi Bellman (HJB) and Dynamic Programming

This video discusses optimal nonlinear control using the Hamilton Jacobi Bellman (HJB) equation, and how to solve this using ...

17:39
Nonlinear Control: Hamilton Jacobi Bellman (HJB) and Dynamic Programming

100,865 views

3 years ago

Tom S
The Art of Linear Programming

A visual-heavy introduction to Linear Programming including basic definitions, solution via the Simplex method, the principle of ...

18:56
The Art of Linear Programming

868,669 views

2 years ago

Inside code
0-1 Knapsack problem - Inside code

... theory algorithms: https://inscod.com/graphalgo ⚙ Learn dynamic programming: https://inscod.com/dp_course Learn to solve ...

10:54
0-1 Knapsack problem - Inside code

12,423 views

3 years ago