ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,072 results

Lincatoria
Dynamic Programming

Private coding lessons, first lesson is free! - WhatsApp: https://wa.me/message/6KCOANOVW6MII1 or +48 730 081 874 - Mail: ...

17:12
Dynamic Programming

7,754 views

6 days ago

CodeLucky
Edit Distance (Levenshtein) - Dynamic Programming Explained

Learn how to solve the Edit Distance (Levenshtein Distance) problem using Dynamic Programming! In this video, we break ...

3:47
Edit Distance (Levenshtein) - Dynamic Programming Explained

0 views

6 days ago

Boot dev
Your code is doing too much

Learn back-end development - https://www.boot.dev.

3:00
Your code is doing too much

46,561 views

1 day ago

CodeLucky
Cherry Pickup Algorithm - Hard Dynamic Programming Problem Explained

Master the Cherry Pickup problem (LeetCode 741) with this step-by-step visual guide! In this video, we break down one of the ...

4:37
Cherry Pickup Algorithm - Hard Dynamic Programming Problem Explained

5 views

6 days ago

CodeLucky
Longest Bitonic Subsequence - Dynamic Programming Explained

Learn how to solve the Longest Bitonic Subsequence problem using Dynamic Programming! In this video, we break down one ...

4:05
Longest Bitonic Subsequence - Dynamic Programming Explained

0 views

6 days ago

CodeLucky
Maximum Path Sum in a Grid - Dynamic Programming | Coding Interview Problem

Learn how to solve the Maximum Path Sum in a Grid problem using Dynamic Programming! In this video, we break down one ...

4:47
Maximum Path Sum in a Grid - Dynamic Programming | Coding Interview Problem

10 views

6 days ago

CodeLucky
Dynamic Programming Fundamentals: Overlapping Subproblems Explained for Beginners

Struggling to understand Dynamic Programming? You're not alone! In this beginner-friendly guide, we break down one of the ...

4:21
Dynamic Programming Fundamentals: Overlapping Subproblems Explained for Beginners

7 views

6 days ago

CodeLucky
0/1 Knapsack Problem - Dynamic Programming Visualized 🎒

Learn the 0/1 Knapsack Problem, a classic Dynamic Programming challenge often asked in coding interviews at Google, Amazon, ...

4:12
0/1 Knapsack Problem - Dynamic Programming Visualized 🎒

2 views

6 days ago

CodeLucky
Boolean Parenthesization Problem | Dynamic Programming Solution Explained

Learn how to solve the Boolean Parenthesization problem using Dynamic Programming! In this video, we break down one of ...

3:55
Boolean Parenthesization Problem | Dynamic Programming Solution Explained

0 views

6 days ago

Riaz Khan
1 What is Dynamic Programming? |   Dynamic Programming in four minutes

Dynamic Programming (DP) is an algorithmic technique used to solve complex problems by breaking them into smaller ...

4:00
1 What is Dynamic Programming? | Dynamic Programming in four minutes

0 views

6 days ago

CodeLucky
Minimum Cost to Merge Stones - Dynamic Programming (LeetCode 1000)

Learn how to solve the 'Minimum Cost to Merge Stones' problem using Interval Dynamic Programming! This video breaks ...

3:44
Minimum Cost to Merge Stones - Dynamic Programming (LeetCode 1000)

1 view

6 days ago

CodeLucky
Maximal Rectangle - LeetCode Hard Problem Explained Visually

Learn how to solve the Maximal Rectangle problem efficiently! In this video, we break down the 'Maximal Rectangle' coding ...

3:51
Maximal Rectangle - LeetCode Hard Problem Explained Visually

11 views

6 days ago

Lucky
Coin Change Problem Dynamic Programming

Given an unlimited supply of coins of given denominations, find the total number of distinct ways to get the desired sum.

0:37
Coin Change Problem Dynamic Programming

0 views

6 days ago

CodeLucky
Minimum Cost For Tickets - LeetCode 983 Dynamic Programming Explained

Learn how to solve the Minimum Cost For Tickets problem (LeetCode 983) using Dynamic Programming! In this video, we ...

3:34
Minimum Cost For Tickets - LeetCode 983 Dynamic Programming Explained

0 views

6 days ago

freeCodeCamp.org
The Most Important Skills Going Forward with CTO + Homebrew Maintainer Mike McQuaid [Podcast #204]

Today Quincy Larson interviews Mike McQuaid. He's a software engineer who previously worked at GitHub, and now serves as ...

1:27:42
The Most Important Skills Going Forward with CTO + Homebrew Maintainer Mike McQuaid [Podcast #204]

8,881 views

2 days ago

censoredHacker
💀 LeetCode or Die   70  Climbing Stairs 🧗 ♂️

In this episode of LeetCode or Die, we solve LeetCode Problem 70 – Climbing Stairs, a classic dynamic programming problem ...

1:17:30
💀 LeetCode or Die 70 Climbing Stairs 🧗 ♂️

8 views

21 hours ago

CodeLucky
Longest Palindromic Subsequence - Dynamic Programming Algorithm Tutorial

Learn how to solve the Longest Palindromic Subsequence (LPS) problem using Dynamic Programming! In this video, we break ...

5:42
Longest Palindromic Subsequence - Dynamic Programming Algorithm Tutorial

1 view

6 days ago

CodeLucky
Egg Drop Problem - Dynamic Programming & Binary Search Visualized

Master the famous Egg Drop Problem often asked in Google and Amazon coding interviews! In this video, we break down the ...

3:56
Egg Drop Problem - Dynamic Programming & Binary Search Visualized

10 views

6 days ago

Pen And Paper
All About Dynamic Programming in One Video | DP Concepts, Types & Interview Strategy

All About Dynamic Programming in One Video | DP Concepts, Types & Interview Strategy This video covers everything you need ...

15:29
All About Dynamic Programming in One Video | DP Concepts, Types & Interview Strategy

32 views

4 days ago

Sundeep Saradhi Kanthety
Learn DAA - Design and Analysis of Algorithms (Part-2) || Dynamic Programming || Backtracking

00:00:00 Introductiont to Dynamic Programming 00:15:56 0/1 Knapsack Problem using Dynamic Programming 00:48:06 0/1 ...

11:17:05
Learn DAA - Design and Analysis of Algorithms (Part-2) || Dynamic Programming || Backtracking

309 views

3 days ago

CodeLucky
Minimum Insertions to Make Palindrome | Dynamic Programming

Learn how to solve the 'Minimum Insertions to Make a String Palindrome' problem using Dynamic Programming! In this video ...

3:26
Minimum Insertions to Make Palindrome | Dynamic Programming

0 views

6 days ago

CodeLucky
Unbounded Knapsack Problem - Dynamic Programming Explained

Learn how to solve the Unbounded Knapsack problem using Dynamic Programming! ♾️ In this video, we break down one of ...

4:12
Unbounded Knapsack Problem - Dynamic Programming Explained

3 views

6 days ago

CodeLucky
Longest Common Subsequence (LCS) - Dynamic Programming & String Matching Explained

Learn how to solve the Longest Common Subsequence (LCS) problem using Dynamic Programming! In this video, we break ...

5:04
Longest Common Subsequence (LCS) - Dynamic Programming & String Matching Explained

2 views

6 days ago

CodeLucky
Wildcard Pattern Matching (LeetCode 44) - Dynamic Programming Explained

Learn how to solve the Wildcard Pattern Matching problem (often LeetCode 44) using Dynamic Programming! In this video, we ...

3:49
Wildcard Pattern Matching (LeetCode 44) - Dynamic Programming Explained

0 views

6 days ago

CodeLucky
House Robber II (Circular Array) - LeetCode Dynamic Programming Solution Explained

Learn how to solve the House Robber II problem (LeetCode Medium) with this clear, step-by-step visual explanation. This ...

4:01
House Robber II (Circular Array) - LeetCode Dynamic Programming Solution Explained

0 views

6 days ago