ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,745 results

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

2,086 views

2 weeks ago

codestorywithMIK
Longest Balanced Subarray I | Simple Explanation | Leetcode 3719 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Longest Balanced Substring I | Easy ...

12:31
Longest Balanced Subarray I | Simple Explanation | Leetcode 3719 | codestorywithMIK

9,891 views

2 days ago

Developer Coder
Minimum Difference Between Highest and Lowest of K Scores | LeetCode 1984 | Java | Developer Coder

Welcome to Developer Coder ‍ In this video, we explore the LeetCode 1984 problem using an industry-relevant approach ...

7:44
Minimum Difference Between Highest and Lowest of K Scores | LeetCode 1984 | Java | Developer Coder

303 views

2 weeks ago

codestorywithMIK
Longest Balanced Subarray II | Leetcode 3721 | Min-Max Query | Segment Tree Concept | Video 15 | MIK

iPad PDF Notes Link - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Longest%20Balanced ...

33:17
Longest Balanced Subarray II | Leetcode 3721 | Min-Max Query | Segment Tree Concept | Video 15 | MIK

9,246 views

22 hours ago

Developer Coder
Minimum Time Visiting All Points | LeetCode 1266 | Java Code | Developer Coder

Welcome to Developer Coder In this video, we focus on LeetCode 1266 – Minimum Time Visiting All Points, implemented using ...

15:34
Minimum Time Visiting All Points | LeetCode 1266 | Java Code | Developer Coder

496 views

1 month 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)

878 views

3 weeks ago

Developer Coder
Minimize Maximum Pair Sum in Array | LeetCode 1877 | Sorting | Java Code | Developer Coder

Welcome back to Developer Coder In this video, we explore LeetCode 1877 – Minimize Maximum Pair Sum in Array, a popular ...

7:20
Minimize Maximum Pair Sum in Array | LeetCode 1877 | Sorting | Java Code | Developer Coder

200 views

2 weeks ago

Nishant Chahar
How to start Leetcode in 2026 ( as a Beginner ) | LeetCode Roadmap 2026

In this video, we break the biggest myth around LeetCode that more questions automatically mean better interviews. You'll ...

13:42
How to start Leetcode in 2026 ( as a Beginner ) | LeetCode Roadmap 2026

21,441 views

5 days ago

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

Welcome to Developer Coder In this video, we dive into LeetCode 2943 – Maximize Area of Square Hole in Grid, a problem ...

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

210 views

4 weeks ago

Nikhil Lohia
Median of Two Sorted Arrays (LeetCode 4) | Classic problem | Interview Essential | Visual solution

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

28:47
Median of Two Sorted Arrays (LeetCode 4) | Classic problem | Interview Essential | Visual solution

1,183 views

9 days ago

codestorywithMIK
Balanced Binary Tree | Simple Clean Approach | Leetcode 110 | codestorywithMIK

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

16:45
Balanced Binary Tree | Simple Clean Approach | Leetcode 110 | codestorywithMIK

5,534 views

4 days ago

Developer Coder
Minimum Absolute Difference | LeetCode 1200 | Sorting | Java Code | Developer Coder

Welcome to Developer Coder ‍ In this video, we focus on the LeetCode 1200 – Minimum Absolute Difference problem ...

4:59
Minimum Absolute Difference | LeetCode 1200 | Sorting | Java Code | Developer Coder

173 views

2 weeks ago

Developer Coder
Longest Balanced Subarray II | LeetCode 3721 | Segment Tree | Java Code | Developer Coder

Welcome to Developer Coder In this video, we deep-dive into Longest Balanced Subarray II (LeetCode 3721) from a ...

1:18:09
Longest Balanced Subarray II | LeetCode 3721 | Segment Tree | Java Code | Developer Coder

762 views

1 day ago

Daily Dose Of LeetCode
Why Three Phases Decide Validity | Trionic Array I | LeetCode 3637

In this video, we solve LeetCode 3637. Trionic Array I using a clean one-pass pattern validation approach. The key idea is to ...

9:14
Why Three Phases Decide Validity | Trionic Array I | LeetCode 3637

115 views

8 days ago

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

In this video on Developer Coder, we dive into LeetCode 3453 – Separate Squares I, a mathematically rich and interview-oriented ...

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

311 views

4 weeks ago

Developer Coder
Divide an Array Into Subarrays With Minimum Cost I | LeetCode 3010 | Java Code | Developer Coder

Welcome to Developer Coder In this video, we continue our LeetCode journey with LeetCode 3010 using Java, focusing on ...

8:07
Divide an Array Into Subarrays With Minimum Cost I | LeetCode 3010 | Java Code | Developer Coder

404 views

11 days ago

Kernel Queen 👑
Minimum Difference Between Highest and Lowest of K Scores | Leetcode 1984 | Java-Hindi

Problem Link: https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scores Solution Link: ...

2:06
Minimum Difference Between Highest and Lowest of K Scores | Leetcode 1984 | Java-Hindi

159 views

2 weeks ago

Kernel Queen 👑
Longest Balanced Subarray II Leetcode 3721 | Detailed Solution | Java-Hindi

200th Video of the Channel Thank You all for the support ❤️ Problem Link: ...

22:56
Longest Balanced Subarray II Leetcode 3721 | Detailed Solution | Java-Hindi

2,218 views

1 day ago

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

In this video on Developer Coder, we explore the LeetCode 2975 – Maximum Square Area by Removing Fences From a Field ...

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

152 views

3 weeks ago

Developer Coder
Minimum Pair Removal to Sort Array II | LeetCode 3510 | Java Code | Developer Coder

Welcome to Developer Coder In this video, we deep-dive into LeetCode 3510 – Minimum Pair Removal to Sort Array II, ...

58:03
Minimum Pair Removal to Sort Array II | LeetCode 3510 | Java Code | Developer Coder

157 views

2 weeks ago