ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,564 results

The Coding Gopher
How Dynamic Programming Broke Software Engineers

Inquiries: thecodinggopher@gmail.com ‍ Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ...

8:01
How Dynamic Programming Broke Software Engineers

102,666 views

11 months 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,438 views

7 months ago

DrKode
Leetcode 128 Longest Consecutive Sequence (Animation)

website: https://drkode.org. Learn Leetcode Problems with Animated Explanations | Master Data Structures and Algorithms ...

3:12
Leetcode 128 Longest Consecutive Sequence (Animation)

10 views

11 months ago

Mike the Coder
Should you memorize LeetCode solutions?

Hi guys, My name is Mike the Coder and this is my programming youtube channel. I like C++ and please message me or comment ...

5:01
Should you memorize LeetCode solutions?

2,167 views

2 years ago

CodeWithARB
Add One Row to Tree  Problem  (LeetCode 623)

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

18:34
Add One Row to Tree Problem (LeetCode 623)

17 views

1 year ago

CTO Bhaiya
Solve Any DP Problem in 4 Simple Steps🚀 | Recursion → Memoization → Tabulation → Space Optimization

Every Dynamic Programming (DP) problem can be cracked if you follow the right order of approaches: 1️⃣ Start with Brute ...

0:36
Solve Any DP Problem in 4 Simple Steps🚀 | Recursion → Memoization → Tabulation → Space Optimization

4,013 views

4 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)

743 views

1 year ago

Data Science Diaries
Climbing Stairs | Coding Problem Solved Using Dynamic Programming | LeetCode -70

You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ...

12:11
Climbing Stairs | Coding Problem Solved Using Dynamic Programming | LeetCode -70

58 views

3 years ago

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! 🚀

185 views

1 year ago

DrKode
Leetcode 3 Longest Substring Without Repeating Characters (Animation)

website: https://drkode.org. Learn Leetcode Problems with Animated Explanations | Master Data Structures and Algorithms ...

4:50
Leetcode 3 Longest Substring Without Repeating Characters (Animation)

14 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,031 views

2 years ago

Kushal Vijay
5 Steps to Master LeetCode Problem Solving | 10X Better at Leetcode

In this video, I have talked about the 5 step approach to master problem solving on LeetCode , Check out MIRAI School of ...

13:51
5 Steps to Master LeetCode Problem Solving | 10X Better at Leetcode

3,768 views

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

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

PratixCode
Coin Change - Leetcode 322  - Python - Twi

Welcome to Pratixcode! In today's video, we tackle another LeetCode problem Reverse Linked List - Coin Change - Leetcode 322 ...

15:16
Coin Change - Leetcode 322 - Python - Twi

28 views

1 year ago

Ahsan Kamal
Find and Replace Pattern problem | LeetCode Solution

The solution of Find and Replace Pattern problem Coding books recommendations: For Algorithms and Data Structures Interview ...

12:02
Find and Replace Pattern problem | LeetCode Solution

885 views

5 years ago

Hack Code
🚀 LeetCode 70: Climbing Stairs| 4 Approaches Explained|Recursion + DP Top-Down + Bottom-Up)| Made Ez

Welcome to Hack Code! In this video, we're breaking down the Climbing Stairs problem from LeetCode (70). This classic problem ...

19:04
🚀 LeetCode 70: Climbing Stairs| 4 Approaches Explained|Recursion + DP Top-Down + Bottom-Up)| Made Ez

158 views

1 year ago

DrKode
Leetcode 20 Valid Parentheses (Animation)

website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...

2:48
Leetcode 20 Valid Parentheses (Animation)

33 views

11 months ago

DrKode
Leetcode 347 Top K Frequent Elements (Animation)

website: https://drkode.org. Learn Leetcode Problems with Animated Explanations | Master Data Structures and Algorithms ...

1:02
Leetcode 347 Top K Frequent Elements (Animation)

12 views

11 months 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 ✅

319 views

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

811 views

1 year ago

Software Journal
Shuffle String | Leetcode | Data Structures and Algorithms

In this video, I go over solving the Shuffle String problem, a Leetcode problem. This is part of a series called Data Structures and ...

11:50
Shuffle String | Leetcode | Data Structures and Algorithms

132 views

3 years ago

Mike the Coder
How to use LeetCode to improve in Competitive 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 ...

8:46
How to use LeetCode to improve in Competitive Programming!!

658 views

4 years ago

DrKode
Leetcode 76 Minimum Window Substring

website: https://drkode.org. Learn Leetcode Problems with Animated Explanations | Master Data Structures and Algorithms ...

3:59
Leetcode 76 Minimum Window Substring

4 views

11 months ago

Mr ARUL SUJU D
Dynamic Programming : Solving Linear Programming Problem using Dynamic Programming Approach

Dynamic Programming : Solving Linear Programming Problem.

8:13
Dynamic Programming : Solving Linear Programming Problem using Dynamic Programming Approach

300,135 views

9 years ago