ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

441 results

Developer Coder
Maximize Area of Square Hole in Grid | LeetCode 2943 | Sorting | Java Code | Developer Coder

... Interview Grid Questions Data Structures Java Algorithms In Java LeetCode Problem Solving Java Developer Coder LeetCode ...

22:18
Maximize Area of Square Hole in Grid | LeetCode 2943 | Sorting | Java Code | Developer Coder

207 views

12 days ago

Developer Coder
Largest Magic Square | LeetCode 1895 | Java Code | Developer Coder

... Square LeetCode Guide Magic Square Coding Exercise Magic Square Java Practice LeetCode Problem Solving Java Largest ...

24:45
Largest Magic Square | LeetCode 1895 | Java Code | Developer Coder

159 views

9 days ago

Developer Coder
Separate Squares I | LeetCode 3453 | Binary Search On Answer | Java Code | Developer Code

... Problems Java DSA Interview Questions LeetCode Problem Solving Java Coding Interview Geometry Problems Binary Search ...

25:01
Separate Squares I | LeetCode 3453 | Binary Search On Answer | Java Code | Developer Code

311 views

2 weeks ago

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

... Interview LeetCode Coding Round DSA Backtracking Java DFS Recursive Java LeetCode Problem Solving Java Competitive ...

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

120 views

4 weeks ago

Daily Dose Of LeetCode
Binary Search + DFS Explained | 1970. Last Day Where You Can Still Cross | LeetCode Daily

LeetCode Daily Problem 1970 – Last Day Where You Can Still Cross (Hard) | Solution Walkthrough | Daily Dose of LeetCode ...

22:52
Binary Search + DFS Explained | 1970. Last Day Where You Can Still Cross | LeetCode Daily

76 views

3 weeks ago

Developer Coder
Last Day Where You Can Still Cross | LeetCode 1970 | BFS+Binary Search | Java Code | Developer Coder

Welcome to Developer Coder In this video, we explore an advanced algorithmic interview problem from LeetCode (1970) that ...

35:49
Last Day Where You Can Still Cross | LeetCode 1970 | BFS+Binary Search | Java Code | Developer Coder

86 views

3 weeks ago

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

... DP Patterns Java LeetCode Practice Session Dynamic Programming Explained Java LeetCode Problem Solving Skills Java ...

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

294 views

3 weeks ago

Nikhil Lohia
Trapping Rain Water (LeetCode 42) | Interview Essential | Full visual solution

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual Problem: ...

21:01
Trapping Rain Water (LeetCode 42) | Interview Essential | Full visual solution

315 views

19 hours ago

Developer Coder
Find the Largest Area of Square Inside Two Rectangles | LeetCode 3047 | Java Code | Developer Coder

Welcome to Developer Coder In this video, we focus on LeetCode 3047 – Find the Largest Area of Square Inside Two ...

27:31
Find the Largest Area of Square Inside Two Rectangles | LeetCode 3047 | Java Code | Developer Coder

93 views

10 days ago

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

142 views

2 weeks ago

Developer Coder
Maximum Square Area by Removing Fences From a Field | LeetCode 2975 | Java Code | Developer Coder

... Java LeetCode Medium Java Solutions Java Algorithm Challenges Interview Coding Practice Java LeetCode Problem Solving ...

23:57
Maximum Square Area by Removing Fences From a Field | LeetCode 2975 | Java Code | Developer Coder

151 views

11 days ago

Developer Coder
Maximum Level Sum of a Binary Tree | LeetCode 1161 | BFS | DFS | Java Code | Developer Coder

Welcome to Developer Coder In this video, we cover Maximum Level Sum of a Binary Tree (LeetCode 1161) with a strong ...

22:04
Maximum Level Sum of a Binary Tree | LeetCode 1161 | BFS | DFS | Java Code | Developer Coder

167 views

3 weeks ago

Daily Dose Of LeetCode
Why Depth Comparison Decides Subtree | Smallest Subtree with all the Deepest Nodes | LeetCode 865

In this video, we solve LeetCode 865. Smallest Subtree with all the Deepest Nodes using a single DFS and depth-comparison ...

26:02
Why Depth Comparison Decides Subtree | Smallest Subtree with all the Deepest Nodes | LeetCode 865

82 views

2 weeks ago

Smart Programming
3Sum Problem Explained | Brute Force → Optimized Solution | LeetCode 15 (Java)

In this video, we will solve the 3 Sum Problem (LeetCode 15) using Java with complete clarity. I have explained Brute Force, ...

32:20
3Sum Problem Explained | Brute Force → Optimized Solution | LeetCode 15 (Java)

588 views

7 days ago

Developer Coder
Separate Squares II | LeetCode 3454 | Scanning Line + Segment Tree | Java Code | Developer Coder

... Java LeetCode Walkthrough DSA For Software Engineers Competitive Programming Java LeetCode Problem Solving Skills ...

56:54
Separate Squares II | LeetCode 3454 | Scanning Line + Segment Tree | Java Code | Developer Coder

244 views

12 days ago

Developer Coder
Construct the Minimum Bitwise Array I | LeetCode 3314 | Java Code | Developer Coder

... Java Coding Logic Bitwise AND OR XOR Java Advanced Bit Manipulation LeetCode Java Tutorial Java Problem Solving ...

24:40
Construct the Minimum Bitwise Array I | LeetCode 3314 | Java Code | Developer Coder

234 views

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

141 views

3 weeks ago

DSALab
LeetCode Palindrome Number | Beginner to Optimized Solution | Java

In this video, we solve **LeetCode Problem 9 – Palindrome Number** step by step using **Java**. We cover **three different ...

22:48
LeetCode Palindrome Number | Beginner to Optimized Solution | Java

29 views

3 weeks 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

199 views

2 weeks ago

codestorywithMIK
Separate Squares I | Understand WHY behind everything | Intuition | Leetcode 3453 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Primality Check | Sieve of Eratosthenes ...

41:43
Separate Squares I | Understand WHY behind everything | Intuition | Leetcode 3453 | codestorywithMIK

13,540 views

13 days ago

Sanyam IIT Guwahati
Pyramid Transition Matrix | LeetCode 756 | Backtracking & Row-by-Row Memoization

Pyramid Transition Matrix | LeetCode 756 | Backtracking & Row-by-Row Memoization | Leetcode POTD 00:00 – 05:30 ...

29:52
Pyramid Transition Matrix | LeetCode 756 | Backtracking & Row-by-Row Memoization

1,043 views

4 weeks ago

Code Sprint
#11 Why Most People Fail LeetCode Array Problems in Java

In this video, we break down a LeetCode array problem step by step using Java. You’ll learn how to approach the problem, why ...

20:15
#11 Why Most People Fail LeetCode Array Problems in Java

18 views

2 weeks ago

DSA with Unpredictable Guy
LeetCode Problem 3453 | Separate-squares-I (13-01-2026) | Step-by-Step Solution & Explanation

LeetCode Problem 3453 | Separate-squares-I | Step-by-Step Solution & Explanation In this video, I solve LeetCode Problem 3453 ...

21:31
LeetCode Problem 3453 | Separate-squares-I (13-01-2026) | Step-by-Step Solution & Explanation

68 views

13 days ago

Study Placement
Last Day Where You Can Still Cross 🔥 | LeetCode 1970 | Binary Search + BFS

In this video, we solve LeetCode 1970 — Last Day Where You Can Still Cross. Code: https://leetcode.com/problems/last-day ...

33:41
Last Day Where You Can Still Cross 🔥 | LeetCode 1970 | Binary Search + BFS

395 views

3 weeks ago

codestorywithMIK
Minimum Pair Removal to Sort Array II | Detailed Explanation | Leetcode 3510 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 27th video ...

1:02:31
Minimum Pair Removal to Sort Array II | Detailed Explanation | Leetcode 3510 | codestorywithMIK

12,861 views

4 days ago