ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

75 results

Developer Coder
Minimum Cost Path with Edge Reversals | LeetCode 3650 | Dijkstra | Java Code | Developer Coder

Welcome to Developer Coder ‍ ✨ In this video, we deep-dive into LeetCode 3650 – Minimum Cost Path with Edge Reversals, ...

31:34
Minimum Cost Path with Edge Reversals | LeetCode 3650 | Dijkstra | Java Code | Developer Coder

8 views

1 hour ago

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

... LeetCode Array Optimization Complex Greedy Algorithm Problem Java Ordered Data Structures LeetCode Problem Solving ...

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

147 views

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

Alpha-Code
Mock Interview With Senior SWE - Medium Difficulty - Lean Hire

This is a mock with a SWE aiming for senior roles. Their problem solving is not bad, but they need to work on speed, planning ...

1:01:19
Mock Interview With Senior SWE - Medium Difficulty - Lean Hire

1,052 views

5 days ago

Sanyam IIT Guwahati
Construct the Minimum Bitwise Array I & II | LeetCode 3314 & 3315 | Brute & Optimal Solution

Construct the Minimum Bitwise Array I & II | LeetCode 3314 & 3315 | Brute & Optimal Solution | Leetcode POTD 00:00 ...

24:55
Construct the Minimum Bitwise Array I & II | LeetCode 3314 & 3315 | Brute & Optimal Solution

1,779 views

7 days ago

Daily Dose Of LeetCode
Greedy Bit Manipulation | Construct the Minimum Bitwise Array II | LeetCode 3315

In this video, we solve LeetCode 3315. Construct the Minimum Bitwise Array II using a pure bit manipulation observation. The key ...

26:23
Greedy Bit Manipulation | Construct the Minimum Bitwise Array II | LeetCode 3315

58 views

6 days ago

EverythingCSE
LeetCode Problem Solving: Spiral Matrix and Find Duplicate

In this video, we solve two common LeetCode problems: Spiral Matrix and Find the Duplicate Number. The focus is on ...

1:27:27
LeetCode Problem Solving: Spiral Matrix and Find Duplicate

21 views

4 days ago

Alpha-Code
Google Interview With New Grad - Medium Difficulty - No Hire - feedback from @jamesperaltaSWE

This is a mock with a new grad preparing for a google onsite. There is a lot here, the first problem shows what happens when you ...

1:53:03
Google Interview With New Grad - Medium Difficulty - No Hire - feedback from @jamesperaltaSWE

2,185 views

4 days ago

codestorywithMIK
Construct the Minimum Bitwise Array I & II | Brute Force | Optimal | Leetcode 3314 & 3315 | MIK

iPad PDF Notes Link - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode%203314%20and ...

35:50
Construct the Minimum Bitwise Array I & II | Brute Force | Optimal | Leetcode 3314 & 3315 | MIK

15,087 views

7 days ago

Study Placement
Construct the Minimum Bitwise Array I & II | LeetCode 3314 & 3315 🔥 One Optimal Solution Explained

In this video, we solve BOTH LeetCode Daily Challenge problems: Code: ...

26:42
Construct the Minimum Bitwise Array I & II | LeetCode 3314 & 3315 🔥 One Optimal Solution Explained

1,289 views

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

Akshat Kant Thakur
[DAY-42] Live LeetCode | Interview mode | Java | SQL #leetcode #coding  #java #programming #sql #sde

Live DSA, LeetCode, Java & SQL — Real Interview Prep I'm a software engineer with ~2 years of experience who ignored ...

1:46:57
[DAY-42] Live LeetCode | Interview mode | Java | SQL #leetcode #coding #java #programming #sql #sde

5 views

Streamed 12 hours ago

codestorywithMIK
Maximum Population Year | Leetcode 1854 | 3 Approaches | Concepts & Questions - 3 | codestorywithMIK

iPad PDF Notes Link : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Maximum%20Population ...

28:40
Maximum Population Year | Leetcode 1854 | 3 Approaches | Concepts & Questions - 3 | codestorywithMIK

1,188 views

1 day ago

Saptadeep Ghosh
LeetCode 1200 | Minimum Absolute Difference | Intuition and implementation | Solved using Java

Another video where I solved today's POTD (problem of the day) which is Leetcode 1200. Minimum Absolute Difference, the ...

23:24
LeetCode 1200 | Minimum Absolute Difference | Intuition and implementation | Solved using Java

2 views

1 day ago

CTO Bhaiya
Day 43/90 |⚡How to Think Your Way from O(n²) to O(n log n) | LeetCode 1942 | DSA Pattern #6 #heap

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

1:00:49
Day 43/90 |⚡How to Think Your Way from O(n²) to O(n log n) | LeetCode 1942 | DSA Pattern #6 #heap

354 views

20 hours ago

Mr. Bug Detective
Day 01: Solving LeetCode & GeeksForGeeks Daily Problems 👨‍💻

Live coding session covering today's algorithmic challenges. I will be breaking down the logic, writing the code, and optimizing the ...

28:33
Day 01: Solving LeetCode & GeeksForGeeks Daily Problems 👨‍💻

5 views

Streamed 5 days ago

Study Placement
Minimum Pair Removal to Sort Array I & II | LeetCode 3507 & 3510 | Brutr Force to Optimal | Greedy

In this video, I solve BOTH LeetCode problems together: Brute force Code: ...

43:04
Minimum Pair Removal to Sort Array I & II | LeetCode 3507 & 3510 | Brutr Force to Optimal | Greedy

2,104 views

5 days ago

Akshat Kant Thakur
[DAY-41] Live LeetCode | Interview mode | Java | SQL #leetcode #coding  #java #programming #sql #sde

Live DSA, LeetCode, Java & SQL — Real Interview Prep I'm a software engineer with ~2 years of experience who ignored ...

1:20:43
[DAY-41] Live LeetCode | Interview mode | Java | SQL #leetcode #coding #java #programming #sql #sde

6 views

Streamed 1 day ago

ExpertFunda
Leetcode 3315 Explained | Construct the Minimum Bitwise Array II (Bitwise Trick Revealed)

Today Leetcode Daily Practice:- 3315. Construct the Minimum Bitwise Array II Struggling with Leetcode 3315? In this video, we ...

21:57
Leetcode 3315 Explained | Construct the Minimum Bitwise Array II (Bitwise Trick Revealed)

88 views

6 days ago

Akshat Kant Thakur
[DAY-40] Live LeetCode | Interview mode | Java | SQL #leetcode #coding  #java #programming #sql #sde

Live DSA, LeetCode, Java & SQL — Real Interview Prep I'm a software engineer with ~2 years of experience who ignored ...

1:46:56
[DAY-40] Live LeetCode | Interview mode | Java | SQL #leetcode #coding #java #programming #sql #sde

9 views

Streamed 2 days ago

Akshat Kant Thakur
[DAY-39] Live LeetCode | Interview mode | Java | SQL | DO or DIE

Live DSA, LeetCode, Java & SQL — Real Interview Prep I'm a software engineer with ~2 years of experience who ignored ...

1:56:14
[DAY-39] Live LeetCode | Interview mode | Java | SQL | DO or DIE

6 views

Streamed 3 days ago

Sanyam IIT Guwahati
Rotate Non-Negative Elements | LeetCode 3819 | Weekly Contest 486

Rotate Non-Negative Elements | LeetCode 3819 | Weekly Contest 486 Connect with me: ...

20:34
Rotate Non-Negative Elements | LeetCode 3819 | Weekly Contest 486

328 views

2 days ago

CodeiiiShiv
Leetcode 3314 | Construct the Minimum Bitwise Array 1 | Step by step solution| from naive to optimal

Easy explanation in simple word's daily leetcode solution with explanation leetcode problem of the day solve leetcode step by ...

31:01
Leetcode 3314 | Construct the Minimum Bitwise Array 1 | Step by step solution| from naive to optimal

10 views

7 days ago

Akshat Kant Thakur
[DAY-37] Live LeetCode | Interview mode | DSA | SQL | DO or DIE

Live DSA, LeetCode, Java & SQL — Real Interview Prep I'm a software engineer with ~2 years of experience who ignored ...

1:18:22
[DAY-37] Live LeetCode | Interview mode | DSA | SQL | DO or DIE

9 views

Streamed 5 days ago