ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

41 results

Study Placement
Find a Safe Walk Through a Grid 🔥 Leetcode 3286 | BFS + Minimum Cost Path

Find a Safe Walk Through a Grid | Leetcode 3286 In this video, we solve Leetcode 3286 (Daily Challenge) using an efficient ...

39:04
Find a Safe Walk Through a Grid 🔥 Leetcode 3286 | BFS + Minimum Cost Path

244 views

3 hours ago

Developer Coder
Find a Safe Walk Through a Grid | LeetCode 3286 | 0-1 BFS | Java | Developer Coder

In this video, we explore LeetCode 3286 - Find a Safe Walk Through a Grid, a graph-based problem that is best solved using the ...

18:31
Find a Safe Walk Through a Grid | LeetCode 3286 | 0-1 BFS | Java | Developer Coder

12 views

1 hour ago

Leetcode Daily
3286. Find a Safe Walk Through a Grid | Leetcode Daily - Python

In this video, we tackle the LeetCode problem Find a Safe Walk Through a Grid! Learn how to navigate a 2D matrix while ...

6:03
3286. Find a Safe Walk Through a Grid | Leetcode Daily - Python

145 views

5 hours ago

Code Scribbler
LeetCode 672: Bulb Switcher II | Java Solution | Math / Pattern Recognition

Solve LeetCode 672 Bulb Switcher II in Java — a Medium problem that trips up most candidates who try to simulate it. Learn the ...

5:40
LeetCode 672: Bulb Switcher II | Java Solution | Math / Pattern Recognition

0 views

5 minutes ago

Silly Code
LeetCode 1679 - Max Number of K-Sum Pairs | HashMap Solution Explained | LeetCode 75

Solving LeetCode 1679: Max Number of K-Sum Pairs from the LeetCode 75 study plan. In this video, we walk through: • Problem ...

12:53
LeetCode 1679 - Max Number of K-Sum Pairs | HashMap Solution Explained | LeetCode 75

3 views

17 hours ago

Explainedbychhavi
LeetCode 121 |Best Time to Buy and Sell Stock|Brute force vs Optimal Solution#leetcode #faang #java

In this video, we solve LeetCode 121 - Best Time to Buy and Sell Stock using Java with an interview-focused explanation. Instead ...

6:40
LeetCode 121 |Best Time to Buy and Sell Stock|Brute force vs Optimal Solution#leetcode #faang #java

1 view

19 hours ago

Kernel Queen đź‘‘
Find a Safe Walk Through a Grid | Leetcode 3286 | Java | Hindi

Problem Link: https://leetcode.com/problems/find-a-safe-walk-through-a-grid Solution Link: ...

11:42
Find a Safe Walk Through a Grid | Leetcode 3286 | Java | Hindi

228 views

5 hours ago

Explainedbychhavi
LeetCode 2812 |Find safest path in grid| Java | Multi-Source BFS + Binary Search #leetcode #faang

LeetCode 2812 - Find the Safest Path in a Grid (Java) In this video, we'll solve LeetCode 2812 using one of the most important ...

8:42
LeetCode 2812 |Find safest path in grid| Java | Multi-Source BFS + Binary Search #leetcode #faang

111 views

23 hours ago

SyntaxError Hemant Singh
LeetCode 11: Container With Most Water | Optimal Two Pointer Solution in Java

In this video, I solve **LeetCode 11 - Container With Most Water** using the **Two Pointer Approach** in Java. We will ...

13:00
LeetCode 11: Container With Most Water | Optimal Two Pointer Solution in Java

26 views

19 hours ago

switchStack
Leetcode 1146: Snapshot Array | Java Solution | Hindi

Aaj ke is video mein hum solve karenge ek aur mind-blowing data structure design problem—Leetcode 1146: Snapshot Array, ...

12:39
Leetcode 1146: Snapshot Array | Java Solution | Hindi

1 view

18 hours ago

GFG Solutions
#954 Find the Safest Path in a Grid | GFG Solutions | Leetcode POTD | 01-07-2026

954 Find the Safest Path in a Grid | GFG Solutions | Leetcode POTD | 01-07-2026 Problem Statement ...

0:37
#954 Find the Safest Path in a Grid | GFG Solutions | Leetcode POTD | 01-07-2026

38 views

23 hours ago

Board Infinity
Stop Memorizing LeetCode | Learn These 3 Patterns Instead | DSA Series Part 11

In Part 11 of our DSA Series, we shift from learning data structures to applying them — covering the 3 most powerful coding ...

13:24
Stop Memorizing LeetCode | Learn These 3 Patterns Instead | DSA Series Part 11

3 views

17 hours ago

Just Coding - Tamil
Delete the Middle Node of a Linked List in 8 Minutes 🚀 | LeetCode 2095

Learn how to solve LeetCode 2095 - Delete the Middle Node of a Linked List using the famous Fast and Slow Pointer Technique ...

8:35
Delete the Middle Node of a Linked List in 8 Minutes 🚀 | LeetCode 2095

4 views

13 hours ago

Mohan Codes
Product of Array Except Self Leetcode Solution in Java | Easy Explanation in Tamil

Welcome to Mohan Codes. In this video, we solve the Product of Array Except Self problem, one of the most frequently asked ...

17:39
Product of Array Except Self Leetcode Solution in Java | Easy Explanation in Tamil

9 views

14 hours ago

switchStack
Leetcode 374: Guess Number Higher or Lower | Java Solution | Hindi

Aaj ke is video mein hum solve karenge Leetcode Problem 374: Guess Number Higher or Lower, Java aur Hindi mein!

7:34
Leetcode 374: Guess Number Higher or Lower | Java Solution | Hindi

4 views

16 hours ago

Parth Khismatrao
LeetCode 55 & 45 | Jump Game + Jump Game II | Greedy Algorithm Explained 🔥 | Java | Hindi

Everyone teaches you Greedy Algorithm. In this video, we do something different. We solve LeetCode 55 (Jump Game) and ...

18:25
LeetCode 55 & 45 | Jump Game + Jump Game II | Greedy Algorithm Explained 🔥 | Java | Hindi

7 views

12 hours ago

SP Learning Labs
Complete Arrays Tutorial: Techniques That Win Coding Interviews

We walk through essential methods including the prefix sum array and the two pointer technique to solve complex challenges with ...

21:00
Complete Arrays Tutorial: Techniques That Win Coding Interviews

12 views

17 hours ago

Simplify Backend
Best Time to Buy and Sell Stock: How This Problem Powers Google Map, AWS & LinedIn

Ever wonder how massive real-time systems like Google Maps, Uber, and Amazon process millions of live data points per second ...

26:38
Best Time to Buy and Sell Stock: How This Problem Powers Google Map, AWS & LinedIn

35 views

4 hours ago

Binary Brain
LeetCode 3823 - Reverse Letters Then Special Characters in a String | Strings | DSA

In this video, we solve LeetCode 3823 using a clean and intuitive approach in Java. ✔️ Step-by-Step Explanation ✔️ Logic ...

18:01
LeetCode 3823 - Reverse Letters Then Special Characters in a String | Strings | DSA

1 view

12 hours ago

Code With Vakeel
Product of Array Except Self | Prefix & Suffix Pattern | FAANG Interview Question

In this video, we'll solve LeetCode 238: Product of Array Except Self, one of the most frequently asked Array interview questions in ...

30:03
Product of Array Except Self | Prefix & Suffix Pattern | FAANG Interview Question

9 views

4 hours ago