ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,338 results

Save My Interview
Dynamic Programming Explained: Memo & Tabulation | DSA in 3 min

Dynamic programming is just recursion that refuses to forget: if a problem splits into smaller versions of itself that keep repeating, ...

3:09
Dynamic Programming Explained: Memo & Tabulation | DSA in 3 min

0 views

1 day ago

The Logic Blueprint
What Is Dynamic Programming? The Mental Model That Makes DP Finally Click

In this video, The Logic Blueprint breaks DP down to its core mental model: recursion that takes notes. You'll see: • what Dynamic ...

3:38
What Is Dynamic Programming? The Mental Model That Makes DP Finally Click

292 views

2 months ago

Baa Code Education
Longest Increasing Subsequence Explained | Dynamic Programming Made Simple | LeetCode 300

Learn how to solve the Longest Increasing Subsequence (LIS) problem step by step using Dynamic Programming. This is the ...

3:28
Longest Increasing Subsequence Explained | Dynamic Programming Made Simple | LeetCode 300

386 views

11 months ago

VibeEngines
A Billion Steps, or 50? Dynamic Programming Explained

Computing the 50th Fibonacci number the obvious recursive way takes over a billion steps. The 100th? Longer than the universe ...

2:11
A Billion Steps, or 50? Dynamic Programming Explained

0 views

3 weeks ago

JeyScript
Why Dynamic Programming is so hard | How to solve it in easy way.

Does "Time Limit Exceeded" haunt your dreams? You are not alone. Dynamic Programming (DP) is easily the most intimidating ...

1:43
Why Dynamic Programming is so hard | How to solve it in easy way.

217 views

5 months ago

The Logic Blueprint
0/1 Knapsack Explained Clearly: The DP Pattern of Take or Skip

Dynamic Programming Fundamentals meet one of the most important Algorithms and Data Structures patterns in this episode ...

3:46
0/1 Knapsack Explained Clearly: The DP Pattern of Take or Skip

33 views

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

499 views

10 months ago

The Logic Blueprint
Minimum Insertions to Make a String Palindrome | Dynamic Programming Explained

Dynamic Programming can make one of the most common string problems feel surprisingly simple: **Minimum Insertions to Make ...

1:41
Minimum Insertions to Make a String Palindrome | Dynamic Programming Explained

37 views

3 weeks ago

PAMCET
Policy Iteration Explained | Reinforcement Learning & Dynamic Programming

Master Policy Iteration and unlock the core logic behind Dynamic Programming in Reinforcement Learning — explained clearly ...

2:37
Policy Iteration Explained | Reinforcement Learning & Dynamic Programming

0 views

1 month ago

Baa Code Education
Longest Common Subsequence Explained | Dynamic Programming Made Easy | LeetCode 1143

Learn how to solve the Longest Common Subsequence (LCS) problem step by step using Dynamic Programming. This is the ...

2:38
Longest Common Subsequence Explained | Dynamic Programming Made Easy | LeetCode 1143

83 views

11 months ago

The Logic Blueprint
Dynamic Programming: It’s Just Recursion + Memory

Recursion is elegant, but on LeetCode, it's the fastest way to get a "Time Limit Exceeded" (TLE) error. In this video, we break down ...

3:42
Dynamic Programming: It’s Just Recursion + Memory

47 views

2 months ago

NextoriaTech
Dynamic Programming in DSA Explained | Full video with examples and code |  From zero to........📖⌨️💻

Video Description: Dynamic Programming (DP) in DSA – Full Explanation with Definition & Examples | DSA Tutorial W elcome to ...

0:43
Dynamic Programming in DSA Explained | Full video with examples and code | From zero to........📖⌨️💻

24 views

7 months ago

DSA Problem
Staircase Problem: 1 or 2 Steps at a Time | Dynamic Programming Explained

Problem: Solve the staircase problem where you can take either 1 or 2 steps. Problem Explanation: You are climbing a staircase.

3:19
Staircase Problem: 1 or 2 Steps at a Time | Dynamic Programming Explained

44 views

3 weeks ago

seefeesaw
01 Matrix — Distance to Nearest Zero | Two-Pass DP Explained Visually

Find the distance from every cell to the nearest zero — solved with a simple two-pass DP sweep. No BFS queue. O(m x n) time.

3:01
01 Matrix — Distance to Nearest Zero | Two-Pass DP Explained Visually

3 views

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

646 views

11 months ago

LetMeTeach
0/1 Knapsack Problem Solved Visually With Dynamic Programming | Computer Science

Struggling to understand how dynamic programming works for complex optimization problems? The 0/1 Knapsack Problem is one ...

2:47
0/1 Knapsack Problem Solved Visually With Dynamic Programming | Computer Science

24 views

1 month ago

The Logic Blueprint
Unbounded Knapsack Explained: The DP Blueprint Behind Coin Change

Dynamic Programming fundamentals get much easier once you see what actually changes between 0/1 Knapsack, Unbounded ...

3:38
Unbounded Knapsack Explained: The DP Blueprint Behind Coin Change

29 views

1 month ago

The Logic Blueprint
The DP Table That Explains Every String Problem (LCS)

Dynamic Programming becomes much easier when you stop memorizing formulas and start seeing the table. In this video from ...

3:08
The DP Table That Explains Every String Problem (LCS)

89 views

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

418 views

10 months ago

CodeLucky
Box Stacking Problem | Dynamic Programming & 3D Optimization Explained

Learn how to solve the Box Stacking Problem using Dynamic Programming! ✨ In this video, we break down one of the most ...

3:07
Box Stacking Problem | Dynamic Programming & 3D Optimization Explained

126 views

6 months ago