ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,413 results

ByteQuest
Coin Change Problem | Minimum Number Of Coins Needed | Dynamic Programming | LeetCode 322

In this video, we'll go over the Coin Change problem from LeetCode (Problem #322) using Dynamic Programming. We'll start with ...

3:40
Coin Change Problem | Minimum Number Of Coins Needed | Dynamic Programming | LeetCode 322

21,345 views

10 months ago

freeCodeCamp.org and AlgoMonster
Learn Dynamic Programming with Animations – Full Course for Beginners

Master the art of Dynamic Programming by learning to break complex challenges into simple, reusable sub-problems. This course ...

1:41:41
Learn Dynamic Programming with Animations – Full Course for Beginners

78,713 views

13 days ago

Bitflip
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

Learn how to actually solve recursive backtracking problems and avoid common mistakes. I'll walk you through the 4-step ...

7:25
Solve ANY Backtracking Problem on Leetcode (Template + Explanation)

36,541 views

7 months ago

ByteQuest
0/1 Knapsack Problem Explained Visually

In this video, we dive deep into the 0/1 Knapsack Problem using dynamic programming. We start by building a table to track the ...

8:10
0/1 Knapsack Problem Explained Visually

62,039 views

10 months ago

ByteQuest
Dynamic Programming Visually Explained Using Fibonacci Sequence

Ever struggled to understand Dynamic Programming? In this video, I'll break it down visually using the Fibonacci sequence as an ...

7:37
Dynamic Programming Visually Explained Using Fibonacci Sequence

3,502 views

11 months ago

Errichto Algorithms
CSES Dynamic Programming problems

Solving CSES coding problems about algorithms and data structures https://cses.fi/problemset Chapter: Dynamic Programming ...

1:56:45
CSES Dynamic Programming problems

13,289 views

Streamed 5 months ago

ByteQuest
Coin Change Problem | Number of Possible Ways | Leetcode Coin Change 2 | Dynamic Programming

Struggling with the Coin Change problem? In this video, we'll break it down step by step and solve it using Dynamic Programming ...

3:38
Coin Change Problem | Number of Possible Ways | Leetcode Coin Change 2 | Dynamic Programming

3,925 views

10 months ago

Nikhil Lohia
Word Break (LeetCode 139) | Full Solution using memoization and dynamic programming

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

17:18
Word Break (LeetCode 139) | Full Solution using memoization and dynamic programming

27,690 views

1 year ago

ByteQuest
Longest Common Subsequence Problem Visually Explained | Leetcode 1143 | Dynamic Programming

In this video, we break down the Longest Common Subsequence Problem (LeetCode 1143) using Dynamic Programming.

5:39
Longest Common Subsequence Problem Visually Explained | Leetcode 1143 | Dynamic Programming

8,923 views

10 months ago

freeCodeCamp.org
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

474,709 views

6 months ago

Hello Byte
Longest Common Subsequence Visually Explained | Dynamic Programming

In this video, we break down a classic algorithm problem — the Longest Common Subsequence (LCS). Using a step-by-step ...

5:47
Longest Common Subsequence Visually Explained | Dynamic Programming

1,919 views

7 months ago

ByteQuest
Longest Increasing Subsequence Problem Explained | Leetcode  300 | Dynamic Programming

In this video, we break down the Longest Increasing Subsequence Problem (LeetCode 300) using Dynamic Programming.

5:06
Longest Increasing Subsequence Problem Explained | Leetcode 300 | Dynamic Programming

6,005 views

10 months ago

ByteQuest
Matrix Chain Multiplication Visually Explained | Dynamic Programming #hard

In this video, we'll dive deep into Matrix Chain Multiplication, one of the most important Dynamic Programming problems in DSA ...

10:57
Matrix Chain Multiplication Visually Explained | Dynamic Programming #hard

34,221 views

10 months ago

AbhiCodes
🧠 This Triangle Solves nCr in Seconds! | Java Dynamic Programming Trick

Did you know that a simple triangle can solve `nCr` faster than factorials ever could? In this video, I'll show you how to use ...

5:41
🧠 This Triangle Solves nCr in Seconds! | Java Dynamic Programming Trick

22 views

8 months ago

Repovive TV
From Newbie to Expert in 3 Months | 100% works!

Enjoying the video? Support Repovive by joining the channel membership. Shout-out, badges, and emojis included. To learn ...

15:14
From Newbie to Expert in 3 Months | 100% works!

127,265 views

11 months ago

GeeksforGeeks
DSA Free Course | Dynamic Programming In One Shot | DSA | DP In One Shot

Tayyari Batch Link - https://www.geeksforgeeks.org/courses/placement-prep-programming-data-structures-algorithm GfG ...

2:57:01
DSA Free Course | Dynamic Programming In One Shot | DSA | DP In One Shot

54,399 views

7 months ago

College Wallah
Lecture 8 : Dynamic Programming in One Shot of Competitive Programming | Competitive Programming

In Lecture 8 of the Competitive Programming series, we dive deep into Dynamic Programming (DP), one of the most powerful ...

3:50:35
Lecture 8 : Dynamic Programming in One Shot of Competitive Programming | Competitive Programming

11,760 views

9 months ago

Code Scribbler
LeetCode 139: Word Break | Java Solution | Dynamic Programming

In this video, I tackle LeetCode 139: Word Break, a classic #dynamicprogramming problem where we need to determine if a string ...

11:24
LeetCode 139: Word Break | Java Solution | Dynamic Programming

238 views

6 months ago

ByteQuest
Climbing Stairs Problem Visually Explained  | Dynamic Programming Approach | LeetCode 70

In this video, we break down the Staircase Problem (LeetCode 70) using Dynamic Programming. Bob can take 1 or 2 steps at a ...

3:03
Climbing Stairs Problem Visually Explained | Dynamic Programming Approach | LeetCode 70

910 views

10 months ago

GeeksforGeeks
Dynamic Programming Explained in 6 Minutes

Struggling with Dynamic Programming? Don't worry! In just 6 minutes, we'll break it down for you in the simplest way possible.

6:38
Dynamic Programming Explained in 6 Minutes

6,735 views

11 months ago

freeCodeCamp.org and Destination FAANG
Data Structures and Algorithms Mega Course – Master Technical Interviews in 49 Hours

Learn about every popular data structure and algorithm. This 49-hour mega course will help you master technical interviews for ...

48:50:20
Data Structures and Algorithms Mega Course – Master Technical Interviews in 49 Hours

503,853 views

3 months ago

GeeksforGeeks
DSA In Java | DP 03 | Java in One Shot | DP ( Dynamic Programming ) in Java

In this video, you will learn core DP concepts such as overlapping subproblems, optimal substructure, memoization, tabulation, ...

4:54:52
DSA In Java | DP 03 | Java in One Shot | DP ( Dynamic Programming ) in Java

2,875 views

8 days ago

GeeksforGeeks
DSA In Java | DP 01 | Java in One Shot | DP ( Dynamic Programming ) in Java

90% Fee Refund Offer Active on all Online, LIVE & Offline Courses : https://geeksforgeeks.org/courses/ We cover DSA in Java ...

5:55:38
DSA In Java | DP 01 | Java in One Shot | DP ( Dynamic Programming ) in Java

7,995 views

3 weeks ago

ITower
Knapsack Problem Explained in 5 Minutes (JS) - Dynamic Programming

In this video, we're diving into the Knapsack Problem using JavaScript, explained in the simplest way possible. If you're a ...

5:17
Knapsack Problem Explained in 5 Minutes (JS) - Dynamic Programming

378 views

9 months ago

College Wallah
Complete Dynamic Programming | Dynamic Programming Part 1

Enroll Now :- https://pwskills.com/programming-courses/ In this lecture of Complete Dynamic Programming Part 1, we will start ...

9:13:39
Complete Dynamic Programming | Dynamic Programming Part 1

25,170 views

13 days ago