ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

383 results

Hack Code
LeetCode 322. Coin Change 💰 | BruteForce to Dynamic Programming Approaches Explained with Basics!  🚀

Welcome back to Hack Code! In this video, we'll walk through an important problem for coding interviews: Coin Change from ...

20:09
LeetCode 322. Coin Change 💰 | BruteForce to Dynamic Programming Approaches Explained with Basics! 🚀

182 views

1 year ago

Coding with Minmer
Meta asks Dynamic Programming Questions??

Contrary to what one may think, Meta DOES ask DP questions in their interviews. Would you pass? Watch Minh try. Timestamps: ...

40:59
Meta asks Dynamic Programming Questions??

4,396 views

7 months ago

CodeWithARB
Sum of Distances in Tree  (LeetCode 834) (DP On Tree)

Watch at 1.25x or 1.5x In this Video, I tried to explain the solution of Sum of Distances in Tree problem where i have explain how to ...

52:15
Sum of Distances in Tree (LeetCode 834) (DP On Tree)

738 views

1 year ago

Coding with Minmer
Best Time to Buy and Sell Stock || Leetcode 121 || 1 Variant Question Big Tech Actually Asks

Discover the actual variant Meta asks on Leetcode problem 121: Best Time to Buy and Sell Stock. Timestamps: 00:00 Leetcode ...

24:59
Best Time to Buy and Sell Stock || Leetcode 121 || 1 Variant Question Big Tech Actually Asks

6,861 views

11 months ago

ITLearnz
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 1/4)

Ace Algorithms Coding Interview: Solve Distilled Curated Blind 75 Questions. We will guide you through the Blind 75 LeetCode ...

4:11:46
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 1/4)

1,025 views

2 years ago

Hack Code
LeetCode 62. Unique Paths | Brute Force to Optimised Solutions | Dynamic Programming |Interview Prep

Want to ace coding interviews? Let's conquer the Unique Paths problem from LeetCode 62! This grid-based problem is a ...

20:22
LeetCode 62. Unique Paths | Brute Force to Optimised Solutions | Dynamic Programming |Interview Prep

107 views

1 year ago

Hack Code
LeetCode 139.Word Break - Explained 🚀 | Master Recursion, Dynamic Programming & Optimisation | DSA

Struggling with LeetCode 139: Word Break? This video is your ultimate guide to mastering the problem! Perfect for coding ...

28:09
LeetCode 139.Word Break - Explained 🚀 | Master Recursion, Dynamic Programming & Optimisation | DSA

223 views

1 year ago

Top Notch Nerds
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

Matrix Chain Multiplication with Dynamic Programming! Master Parenthesization Optimization! In this video, we dive deep into the ...

45:58
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

314 views

9 months ago

ITLearnz
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 2/4)

Ace Algorithms Coding Interview: Solve Distilled Curated Blind 75 Questions. We will guide you through the Blind 75 LeetCode ...

7:29:37
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 2/4)

503 views

2 years ago

Hack Code
LeetCode 300. Longest Increasing Subsequence | Brute Force, Dynamic Programming & Binary Search 🚀

Welcome back to Hack Code! Today, we're diving deep into the Longest Increasing Subsequence (LIS) problem, a classic ...

36:23
LeetCode 300. Longest Increasing Subsequence | Brute Force, Dynamic Programming & Binary Search 🚀

106 views

1 year ago

CodeWithARB
Longest Ideal Subsequence   (LeetCode  2370) (DP) (Optimal Solution)

Watch at 1.25x or 1.5x Solution and Explaination of Leetcode POTD: Question: ...

39:11
Longest Ideal Subsequence (LeetCode 2370) (DP) (Optimal Solution)

810 views

1 year ago

Hack Code
💥 🚀 LeetCode 152. Maximum Product Subarray|Master Brute Force & Dynamic Programming Techniques|DSA

Welcome back to Hack Code! In this video, we're tackling an important LeetCode problem: Maximum Product Subarray ...

21:24
💥 🚀 LeetCode 152. Maximum Product Subarray|Master Brute Force & Dynamic Programming Techniques|DSA

236 views

1 year ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 1: Intro to Dynamic Programming

In the first video in this series on dynamic programming, we cover all the core theory of dynamic programming: what it is, how to ...

1:34:52
Dynamic Programming Part 1: Intro to Dynamic Programming

3,710 views

6 years ago

Alex Demko
LeetCode Live #1: Solving Random Problems Together 💻

Just a chill LeetCode solving session today Want to improve your problem-solving skills and build a real developer mindset?

56:10
LeetCode Live #1: Solving Random Problems Together 💻

851 views

Streamed 2 months ago

ITLearnz
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 4/4)

Ace Algorithms Coding Interview: Solve Distilled Curated Blind 75 Questions. We will guide you through the Blind 75 LeetCode ...

9:23:17
ACE Algorithms Coding Interview: Blind 75 LeetCode Questions (Part 4/4)

789 views

2 years ago

Mike the Coder
SPOJ - EDIT DISTANCE  (Dynamic programming)

Hi guys, My name is Michael Lin and this is my programming youtube channel. I like C++ and please message me or comment on ...

35:27
SPOJ - EDIT DISTANCE (Dynamic programming)

205 views

4 years ago

Alex Demko
LeetCode #1.2 (Remove Duplicates from Sorted Array): Solving Random Problems Together 💻

Just a chill LeetCode solving session today Want to improve your problem-solving skills and build a real developer mindset?

24:05
LeetCode #1.2 (Remove Duplicates from Sorted Array): Solving Random Problems Together 💻

189 views

2 months ago

CodeWithARB
Count Number of Teams   (LeetCode 1395) (Recursion+Memoization) (DP)

Watch at 1.25x or 1.5x Solution and Explaination of Leetcode POTD: Question: ...

25:40
Count Number of Teams (LeetCode 1395) (Recursion+Memoization) (DP)

922 views

1 year ago

Top Notch Nerds
Traveling Salesman (TSP) Made Easy! with Dynamic Programming (DP) Held-Karp + SOLVED Example ✅

CS2 class - Algorithms Traveling Salesman Problem with Dynamic Programming! Master TSP Optimization! In this video, we ...

29:11
Traveling Salesman (TSP) Made Easy! with Dynamic Programming (DP) Held-Karp + SOLVED Example ✅

227 views

7 months ago

Hack Code
LeetCode 5. Longest Palindromic Substring Solution | Brute force, DP, expand around center explained

1:35 Welcome back to Hack Code! In this video, we'll explore the Longest Palindromic Substring problem from LeetCode with ...

28:03
LeetCode 5. Longest Palindromic Substring Solution | Brute force, DP, expand around center explained

283 views

1 year ago