ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,996 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

16,881 views

9 months ago

Leetcode Profiles
Ranked #1 on LeetCode  #leetcode #codeprep #competitiveprogramming #codeforces

He's not just a rocket scientist… He's the Rank 1 coder on LeetCode — solving over 3600 problems with 100% accuracy.

0:10
Ranked #1 on LeetCode #leetcode #codeprep #competitiveprogramming #codeforces

2,520,096 views

4 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

24,487 views

10 months 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)

24,053 views

6 months ago

shashCode
Dynamic Programming in one shot | shashcode dp | shashcode dynamic programming  | dsa | dp hindi

DP basics, top down, bottom up, optimal subproblems, space optimised, pick and no pick, subsequence, substring, lis, optimal ...

5:56:36
Dynamic Programming in one shot | shashcode dp | shashcode dynamic programming | dsa | dp hindi

37,977 views

11 months ago

Swati Jha
Don’t waste time solving random DSA problems!

Here's the harsh truth: If you're trying to crack interviews by solving hundreds of DSA problems randomly, you're wasting your time ...

0:05
Don’t waste time solving random DSA problems!

30,243 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

322,368 views

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

9 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

48,399 views

9 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

48,259 views

5 months ago

techguygreg
The MOST fundamental dynamic programming Leetcode problem you need to know #dynamicprogramming #java

This is the most fundamental dynamic programming Le code problem you are climbing a staircase it takes end steps to reach the ...

1:14
The MOST fundamental dynamic programming Leetcode problem you need to know #dynamicprogramming #java

1,480 views

10 months ago

NexTech
“Dynamic Programming in Java Explained in 60 Seconds ⚡ | Crack Interviews Fast

Dynamic Programming (DP) is one of the most important concepts in coding interviews! In this short video, I'll explain DP in the ...

0:52
“Dynamic Programming in Java Explained in 60 Seconds ⚡ | Crack Interviews Fast

159 views

1 month 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

4,834 views

9 months ago

vlogize
Solving the Dynamic Programming Problem with Variable Dimensions in Java

Discover how to tackle dynamic programming problems requiring variable dimensions in Java. Break down a complex problem ...

2:01
Solving the Dynamic Programming Problem with Variable Dimensions in Java

0 views

8 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

6,964 views

8 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

28,961 views

8 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

389,517 views

1 month ago

Swati Jha
Master DSA patterns asked in every interview

I failed 10 interviews in a row. Not because I wasn't smart— But because I didn't master the patterns every interviewer expects you ...

0:10
Master DSA patterns asked in every interview

58,100 views

7 months ago

Desk Mate
It’s literally perfect 🫠 #coding #java #programmer #computer #python
0:13
It’s literally perfect 🫠 #coding #java #programmer #computer #python

6,091,685 views

1 year ago

Let Us Code Together
One Trick to Master Dynamic Programming #coding #programming #dynamicprogramming #shorts

Dynamic Programming (DP) feels scary? 😅 Here’s ONE simple trick to master it once and for all! 🚀 In this quick tutorial, I’ll ...

0:43
One Trick to Master Dynamic Programming #coding #programming #dynamicprogramming #shorts

578 views

3 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

10,529 views

8 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

165,082 views

10 months ago

Code Scribbler
LeetCode 64: Minimum Path Sum | Java Solution | Dynamic Programming

In this video, I tackle the #minimum #path #sum problem where we need to find the path with the minimum sum from top-left to ...

7:11
LeetCode 64: Minimum Path Sum | Java Solution | Dynamic Programming

58 views

2 months ago

SharpCode Academy
Noob vs. Pro || C#

Noob vs. Pro in C#! ➡️ Counting vowels in a string—the beginner way vs. the pro way! #shorts A beginner uses a loop and ...

0:12
Noob vs. Pro || C#

212,191 views

8 months ago

JobUpdates4u
TCS NQT Actual Coding Question Asked in 2024 #jobupdates4u
0:06
TCS NQT Actual Coding Question Asked in 2024 #jobupdates4u

224,701 views

10 months ago