ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

526 results

Developer Coder
Minimum ASCII Delete Sum for Two Strings | LeetCode 712 | Java Code | Developer Coder

... Java Coding DP LeetCode Preparation Java Dynamic Programming Concepts DP Problem Solving Java LeetCode Explained ...

41:16
Minimum ASCII Delete Sum for Two Strings | LeetCode 712 | Java Code | Developer Coder

8 views

2 hours ago

Developer Coder
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Java Code | Developer Coder

... Java Java Algorithms Interview LeetCode Step By Step Dynamic Programming Grid Problems LeetCode Java Deep Dive Paint ...

32:28
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Java Code | Developer Coder

273 views

7 days ago

Developer Coder
Maximum Profit from Trading Stocks with Discounts | LeetCode 3562 | Java Code | Developer Coder

... Interview Problem Java Tree Traversal DP Stock Trading With Hierarchy Dynamic Programming Mastery Problem Tree DP Core ...

1:25:05
Maximum Profit from Trading Stocks with Discounts | LeetCode 3562 | Java Code | Developer Coder

198 views

3 weeks ago

Developer Coder
Delete Columns to Make Sorted III | LeetCode 960 | Java Code | Developer Coder

Welcome to Developer Coder In this video, we dive into LeetCode Problem 960 – Delete Columns to Make Sorted III, ...

27:02
Delete Columns to Make Sorted III | LeetCode 960 | Java Code | Developer Coder

116 views

2 weeks ago

Developer Coder
Best Time to Buy and Sell Stock V | LeetCode 3573 | Memoization Search | Java Code | Developer Coder

Welcome to Developer Coder ‍ In this video, we deep dive into LeetCode 3573 – Best Time to Buy and Sell Stock V, ...

53:00
Best Time to Buy and Sell Stock V | LeetCode 3573 | Memoization Search | Java Code | Developer Coder

136 views

3 weeks ago

Komal Vhanmane
Leetcode | 3573  Best Time to Buy and Sell Stock V  | Java |  Dynamic Programming | Recursion | Memo

3573 Best Time to Buy and Sell Stock V Using Java Dynamic Programming where to find leetcode daily challenge leetcode ...

29:48
Leetcode | 3573 Best Time to Buy and Sell Stock V | Java | Dynamic Programming | Recursion | Memo

135 views

3 weeks ago

ExpertFunda
LeetCode 3573 Explained | Best Time to Buy and Sell Stock V | DP with Long & Short Selling

Learn how to solve LeetCode 3573: Best Time to Buy and Sell Stock V using Dynamic Programming. This video explains long and ...

34:59
LeetCode 3573 Explained | Best Time to Buy and Sell Stock V | DP with Long & Short Selling

41 views

3 weeks ago

Daily Dose Of LeetCode
Why Only 2 Patterns Matter | Number of Ways to Paint N × 3 Grid | LeetCode 1411

In this video, we solve LeetCode 1411. Number of Ways to Paint N × 3 Grid using a clean intuitive Dynamic Programming ...

24:22
Why Only 2 Patterns Matter | Number of Ways to Paint N × 3 Grid | LeetCode 1411

133 views

6 days ago

Developer Coder
Max Dot Product of Two Subsequences | LeetCode 1458 | 2 approaches| DP | Java Code | Developer Coder

In this video on Developer Coder, we deep dive into LeetCode 1458 – Max Dot Product of Two Subsequences, focusing purely on ...

36:56
Max Dot Product of Two Subsequences | LeetCode 1458 | 2 approaches| DP | Java Code | Developer Coder

176 views

1 day ago

Mayank Modi
Number of Ways to Paint N×3 Grid | Solution Walkthrough | Dynamic Programming | Java | LeetCode 1411

In this video, we break down LeetCode 1411 – Number of Ways to Paint an N × 3 Grid from absolute basics. This explanation is ...

19:37
Number of Ways to Paint N×3 Grid | Solution Walkthrough | Dynamic Programming | Java | LeetCode 1411

81 views

6 days ago

Komal Vhanmane
Leetcode | 3562  Maximum Profit from Trading Stocks With Discounts    | Java |  Dynamic Programming

3562 Maximum Profit from Trading Stocks With Discounts Using Java Dynamic Programming where to find leetcode daily ...

44:50
Leetcode | 3562 Maximum Profit from Trading Stocks With Discounts | Java | Dynamic Programming

235 views

3 weeks ago

Sanyam IIT Guwahati
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Dynamic Programming

Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Dynamic Programming | Leetcode POTD Connect with me: ...

16:12
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Dynamic Programming

3,657 views

7 days ago

CodeLucky
Edit Distance (Levenshtein) - Dynamic Programming Visualized

In this video, we break down one of the most essential Dynamic Programming problems used in spell checkers, DNA sequencing, ...

4:13
Edit Distance (Levenshtein) - Dynamic Programming Visualized

0 views

20 hours ago

Developer Coder
Pyramid Transition Matrix | LeetCode 756 | DFS + Backtracking | Java Code | Developer Coder

... Java LeetCode Preparation Java Advanced Recursion Java LeetCode Algorithm Problem FAANG Coding Question Java Java ...

36:27
Pyramid Transition Matrix | LeetCode 756 | DFS + Backtracking | Java Code | Developer Coder

114 views

12 days ago

Leetcode Daily
712. Minimum ASCII Delete Sum for Two Strings | Leetcode Daily - Python

In this video, we tackle LeetCode 712, Minimum ASCII Delete Sum for Two Strings, a classic Dynamic Programming problem ...

8:20
712. Minimum ASCII Delete Sum for Two Strings | Leetcode Daily - Python

196 views

5 hours ago

codestorywithMIK
Number of Ways to Paint N × 3 Grid | Hard Made Easy | Simple Story To Code | Leetcode 1411 | MIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hard Version of this problem - Leetcode ...

24:15
Number of Ways to Paint N × 3 Grid | Hard Made Easy | Simple Story To Code | Leetcode 1411 | MIK

11,845 views

6 days ago

Codelogix
DSA Problems in Java | Leetcode | DSA with Ashok

DSA Problems in Java | Leetcode | DSA with Ashok LeetCode DSA in Java Playlist This is a long-term, consistency-focused ...

2:58
DSA Problems in Java | Leetcode | DSA with Ashok

15 views

2 days ago

MDTech
Insert Interval LeetCode 57 | Java | Brute, Better & Optimal Solutions Explained | Coding prep

Master **LeetCode 57**: **Insert Interval** with a complete breakdown of the Brute Force, Better, and Optimal solutions in both ...

36:31
Insert Interval LeetCode 57 | Java | Brute, Better & Optimal Solutions Explained | Coding prep

3 views

4 weeks ago

codeTips
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Dynamic Programming

In this video I'll be discussing the solution of Number of Ways to Paint N × 3 Grid. LeetCode Problem Link ...

11:08
Number of Ways to Paint N × 3 Grid | LeetCode 1411 | Dynamic Programming

1,502 views

7 days ago

Akshat Kant Thakur
Live LeetCode Problem Solving Day-  7 | Real-Time DSA Interview Prep | #leetcode #dsa #java

Live LeetCode Problem Solving | Real-Time Coding | No Edits Welcome to a live LeetCode coding session where I solve DSA ...

0:55
Live LeetCode Problem Solving Day- 7 | Real-Time DSA Interview Prep | #leetcode #dsa #java

0 views

Streamed 2 weeks ago