ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

186,174 results

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

348,883 views

6 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

996,660 views

9 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

183,144 views

6 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

102,700 views

4 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,439 views

3 years ago

Geekific
What Is Dynamic Programming and How To Use It | Introduction to Dynamic Programming | DP | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Dynamic Programming ...

7:27
What Is Dynamic Programming and How To Use It | Introduction to Dynamic Programming | DP | Geekific

2,630 views

3 years ago

OptWhiz
When to stop being greedy and just park | Optimal stopping and dynamic programming

I see an open spot! Should I park or should I try to save a couple seconds of walking time by finding a closer spot? I feel like a lot ...

12:48
When to stop being greedy and just park | Optimal stopping and dynamic programming

4,925 views

2 years ago

Nikhil Lohia
Dynamic Programming easy to understand real life examples | Study Algorithms

Dynamic programming is probably the trickiest algorithmic paradigm to master. But that is what makes it essential as well.

13:11
Dynamic Programming easy to understand real life examples | Study Algorithms

28,971 views

5 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

333,967 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,036,145 views

5 years ago

Stable Sort
Longest Increasing Subsequence O(n log n) dynamic programming Java source code

Given an array of random numbers, find a longest increasing subsequence. This subsequence is not necessarily contiguous, ...

5:24
Longest Increasing Subsequence O(n log n) dynamic programming Java source code

62,110 views

6 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

48,087 views

5 years ago

Computational Thinking
Dynamic Programming

This video explains both variants of dynamic programming: top-down (memoization) and bottom-up (tabulation).

9:29
Dynamic Programming

1,371 views

3 years ago

Aditya Verma
Dynamic Programming | Introduction

In this video,we are going to learn about "DYNAMIC PROGRAMMING".Dynamic Programming is mainly an optimization over a ...

13:57
Dynamic Programming | Introduction

2,044,925 views

5 years ago

JomaClass
Dynamic Programming | Data Structures and Algorithms

All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...

8:21
Dynamic Programming | Data Structures and Algorithms

404 views

2 months ago

Nikhil Lohia
Unique Paths (LeetCode 62) | Full Dynamic Programming method with Memoization

Join this channel to get access to perks: https://www.youtube.com/channel/UCT-S2ngqEBoYCM5UKuNeELg/join Actual Problem: ...

15:48
Unique Paths (LeetCode 62) | Full Dynamic Programming method with Memoization

11,216 views

1 year ago

RiskByNumbers
Make Smarter Decisions Faster (with Dynamic Programming)

Dynamic programming is a really powerful algorithmic framework to make smarter decisions today that prepare you for the future.

11:37
Make Smarter Decisions Faster (with Dynamic Programming)

14,218 views

2 years ago

Mariusz Jurczenko
Mastering Dynamic Programming: A Simple Guide

If you've ever been intimidated by dynamic programming, this video is a must-watch! With clear explanations and relatable ...

6:11
Mastering Dynamic Programming: A Simple Guide

51 views

2 years ago

Geekific
Coin Change Problem II | Number of Ways to Produce Amount | Dynamic Programming | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the previous video of ...

7:58
Coin Change Problem II | Number of Ways to Produce Amount | Dynamic Programming | Geekific

3,621 views

2 years ago

Errichto Algorithms
Dynamic Programming lecture #3 - Line of wines

Part 1: https://youtu.be/YBSt1jYwVfU & Part 2: https://youtu.be/1mtvm2ubHCY This is the third of several lectures about Dynamic ...

17:01
Dynamic Programming lecture #3 - Line of wines

82,971 views

6 years ago

Tushar Roy - Coding Made Simple
0/1 Knapsack Problem Dynamic Programming

Given a bag which can only take certain weight W. Given list of items with their weights and price. How do you fill this bag to ...

15:50
0/1 Knapsack Problem Dynamic Programming

2,095,875 views

10 years ago

Miss Wright
Dynamic Programming-Paint Fence

Detailed Dynamic Programming Tutorial on Leetcode Problem Paint Fence.

15:35
Dynamic Programming-Paint Fence

22,498 views

8 years ago

Algorithms with Attitude
Introduction to Dynamic Programming:  Fibonacci Numbers

This video fixes a typo from the previous upload (an index i vs. n in the iterative versions of the algorithm). Otherwise it is the same ...

9:05
Introduction to Dynamic Programming: Fibonacci Numbers

8,478 views

5 years ago

The Julia Programming Language
Learning to align with differentiable dynamic programming | Michiel Stock | JuliaCon2021

This talk was presented as part of JuliaCon2021 Abstract: The alignment of two or more biological sequences is one of the main ...

8:00
Learning to align with differentiable dynamic programming | Michiel Stock | JuliaCon2021

967 views

4 years ago

Byte by Byte
Dynamic Programming for Interviews

Download the book at http://www.dynamicprogrammingbook.com. Do you struggle with dynamic programming in your interviews?

5:52
Dynamic Programming for Interviews

11,663 views

8 years ago