ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

15,344 results

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)

31,054 views

7 months ago

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

19,575 views

10 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

5,530 views

9 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

26,337 views

11 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

814 views

9 months ago

Erik Cupsa
I Solved 300 LeetCode Problems And This Is What I Learned...

LeetCode is stupidly hard... but I somehow managed to struggle through and solve THREE HUNDRED problems. This is ...

9:24
I Solved 300 LeetCode Problems And This Is What I Learned...

175,755 views

5 months ago

ByteQuest
Dynamic Programming Full Course | Visual Explanation | Leetcode

In this video, I have explained the concepts of Dynamic programming using Visualization, which makes it easy to grasp the ...

45:07
Dynamic Programming Full Course | Visual Explanation | Leetcode

3,574 views

9 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

404,344 views

5 months ago

Hello Byte
House Robber Problem Visually Explained | Dynamic Programming

Learn how to solve the classic House Robber problem using both bottom-up and top-down dynamic programming. We walk ...

9:33
House Robber Problem Visually Explained | Dynamic Programming

850 views

7 months ago

Hello Byte
Edit Distance Visually Explained | Dynamic Programming

About This Video In this video, we break down a classic algorithm problem — Edit Distance, also known as the Levenshtein ...

8:26
Edit Distance Visually Explained | Dynamic Programming

8,002 views

6 months 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,087 views

9 months ago

Baa Code Education
Coin Change Problem Explained | Minimum Coins with Dynamic Programming | LeetCode 322

Learn how to solve the Coin Change problem (LeetCode 322) step by step using Dynamic Programming. In this video, we'll break ...

3:14
Coin Change Problem Explained | Minimum Coins with Dynamic Programming | LeetCode 322

272 views

4 months ago

Baa Code Education
Partition Equal Subset Sum Explained | LeetCode 416 Dynamic Programming

Learn how to solve the Partition Equal Subset Sum problem (LeetCode 416) step-by-step using a set-based dynamic ...

2:17
Partition Equal Subset Sum Explained | LeetCode 416 Dynamic Programming

159 views

3 months ago

censoredHacker
LeetCode or Die #9:  Dynamic Programming Special

Welcome to today's coding session! In this video, we'll be learning DSA & solving LeetCode problems step by step, breaking ...

1:25:37
LeetCode or Die #9: Dynamic Programming Special

44 views

3 months ago

AlgoMasterIO
Sliding Window in 7 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

7:38
Sliding Window in 7 minutes | LeetCode Pattern

178,462 views

11 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,756 views

10 months ago

Nikhil Lohia
Maximal Square (LeetCode 221) | Full Solution using Memoization | Dynamic Programming

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

14:56
Maximal Square (LeetCode 221) | Full Solution using Memoization | Dynamic Programming

4,933 views

8 months ago

ByteQuest
LeetCode 53 | Maximum Subarray Solution (Kadane's Algorithm) Visually Explained | Top Interview 150

Welcome to a clear and concise walkthrough of #LeetCode 53: Maximum Subarray, a cornerstone problem from the Top Interview ...

6:01
LeetCode 53 | Maximum Subarray Solution (Kadane's Algorithm) Visually Explained | Top Interview 150

4,415 views

11 months ago

Sanyam IIT Guwahati
Best Time to Buy and Sell Stock V| LeetCode 3573 | 3D Dynamic Programming

Best Time to Buy and Sell Stock V| LeetCode 3573 | 3D Dynamic Programming | Leetcode POTD Connect with me: ...

19:02
Best Time to Buy and Sell Stock V| LeetCode 3573 | 3D Dynamic Programming

1,679 views

4 weeks ago

Nikhil Lohia
01 Matrix (LeetCode 542) | Solution using BFS and Dynamic Programming | 2 sweeps simplified

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

21:27
01 Matrix (LeetCode 542) | Solution using BFS and Dynamic Programming | 2 sweeps simplified

4,386 views

9 months ago

Programming Live with Larry
Daily Leetcode #2104: Jan 03, 2026 - 1411. Number of Ways to Paint N × 3 Grid

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

15:39
Daily Leetcode #2104: Jan 03, 2026 - 1411. Number of Ways to Paint N × 3 Grid

1,200 views

12 days ago

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

In this video, I solve the #wordbreak problem where we need to determine if a string can be segmented into valid dictionary words.

11:26
LeetCode 139: Word Break | Python Solution | Dynamic Programming

68 views

6 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

192 views

6 months ago

Baa Code Education
Coin Change II Problem Explained | Number of Ways with Dynamic Programming | LeetCode 518

Master the Coin Change II problem (LeetCode 518) using Dynamic Programming. In this video, we'll solve the number of ...

3:04
Coin Change II Problem Explained | Number of Ways with Dynamic Programming | LeetCode 518

110 views

4 months ago

Code Scribbler
LeetCode 121: Best Time to Buy and Sell Stock | C# Solution | Dynamic Programming

In this tutorial, I solve LeetCode problem #121 "Best Time to Buy and Sell Stock" using C#! This popular array problem asks us to ...

8:00
LeetCode 121: Best Time to Buy and Sell Stock | C# Solution | Dynamic Programming

142 views

7 months ago