ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

327 results

Orkhan Gasanov
LeetCode - 74. Search a 2D Matrix | Binary Search | Java

00:00 - Step-by-Step Explanation Code on GitHub ...

6:39
LeetCode - 74. Search a 2D Matrix | Binary Search | Java

50 views

2 weeks ago

techiCAT
Binary Search Explained Simply | It's NOT Just for Sorted Arrays

Think binary search is only used on sorted arrays? Think again. In this video, you'll learn how binary search extends far beyond ...

4:49
Binary Search Explained Simply | It's NOT Just for Sorted Arrays

35 views

4 weeks ago

Whimsy
LeetCode 704 : Binary Search  | Linear Search | Binary Search | Time complexity | Java

LeetCode 704 | Binary Search | Java Solution Master Binary Search with this beginner-friendly explanation! In this video, I ...

10:30
LeetCode 704 : Binary Search | Linear Search | Binary Search | Time complexity | Java

3 views

13 days ago

Eslihai_coding
3 Algorithms In One Problem 😱 | LeetCode 2812 Java

LeetCode 2812 Java Solution This is one of those problems that looks impossible at first Many people read the statement and ...

0:31
3 Algorithms In One Problem 😱 | LeetCode 2812 Java

19 views

10 days ago

CodeByTushu
LeetCode 3620 | Network Recovery Pathways | Java Solution | Binary Search + DAG DP | CodeByTushu

Welcome Back to CodeByTushu! In today's video we solve: LeetCode 3620 — Network Recovery Pathways This problem is ...

14:27
LeetCode 3620 | Network Recovery Pathways | Java Solution | Binary Search + DAG DP | CodeByTushu

15 views

8 days ago

Code With K5KC
Search a 2D Matrix - Leetcode 74 | Flatten-to-1D Binary Search Trick Beats Two Searches (Java & P...

PROBLEM DESCRIPTION* Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has properties: 1) ...

8:25
Search a 2D Matrix - Leetcode 74 | Flatten-to-1D Binary Search Trick Beats Two Searches (Java & P...

137 views

6 days ago

Daily Coding Engineer
How to  Search in Rotated Sorted Array| LeetCode 33 |Binary Search Pattern #dsa #coding #inspiration

LeetCode 33: Search in Rotated Sorted Array In this video, we solve the popular Binary Search interview problem: Search in ...

14:42
How to Search in Rotated Sorted Array| LeetCode 33 |Binary Search Pattern #dsa #coding #inspiration

14 views

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

134 views

10 days ago

Explainedbychhavi
🔥 LeetCode 3620 Hard Explained |Binary Search + Topological Sort + DAG |#Java #leetcode #java#faang

In this video, we'll solve **LeetCode 3620: Network Recovery Pathways (Hard)** from scratch. Instead of directly jumping into the ...

18:51
🔥 LeetCode 3620 Hard Explained |Binary Search + Topological Sort + DAG |#Java #leetcode #java#faang

15 views

8 days ago

Daily Coding Engineer
🚀 LeetCode 74 | Search a 2D Matrix | Brute Force to O(log(m*n)) Binary Search | Java #dsa #coding

In this video, we solve LeetCode 74 - Search a 2D Matrix and understand how to optimize the solution from Brute Force O(m × n) ...

17:47
🚀 LeetCode 74 | Search a 2D Matrix | Brute Force to O(log(m*n)) Binary Search | Java #dsa #coding

6 views

4 weeks ago

Orkhan Gasanov
LeetCode - 110. Balanced Binary Tree | Recursion | Java

00:00 - Step-by-Step Explanation Java Code ...

3:50
LeetCode - 110. Balanced Binary Tree | Recursion | Java

50 views

3 weeks ago

CodeByTushu
LeetCode 2812 | Find the Safest Path in a Grid | Multi-Source BFS + Binary Search | CodeByTushu

Welcome Back to CodeByTushu! In today's video we solve: LeetCode 2812 — Find the Safest Path in a Grid This problem is ...

15:26
LeetCode 2812 | Find the Safest Path in a Grid | Multi-Source BFS + Binary Search | CodeByTushu

123 views

10 days ago

Code With Nitian
LeetCode 33 | Search in Rotated Sorted Array | 2 Binary Search Approaches | Java

In this video, we solve LeetCode 33 using TWO efficient Binary Search approaches. ✓ Approach 1: • Find Pivot Index • Divide into ...

27:58
LeetCode 33 | Search in Rotated Sorted Array | 2 Binary Search Approaches | Java

19 views

2 weeks ago

Whimsy
LeetCode 704 : Binary Search  | Linear Search | Binary Search | Time complexity | part 2

LeetCode 704 | Binary Search | Java Solution Master Binary Search with this beginner-friendly explanation! In this video, I ...

1:24
LeetCode 704 : Binary Search | Linear Search | Binary Search | Time complexity | part 2

28 views

13 days ago

switchStack
Leetcode 704: Binary Search | Java Solution | Hindi

Aaj ke is video mein hum solve karenge Leetcode Problem 704: Binary Search, wo bhi Java aur Hindi mein! Ye problem DSA ...

9:57
Leetcode 704: Binary Search | Java Solution | Hindi

4 views

2 weeks ago

Leetcode Unlocked
34. Find First and Last Position of Element in Sorted Array | Leetcode Unlocked - Python

Learn how to approach LeetCode 34: Find First and Last Position of Element in Sorted Array. In this video, we discuss the logic ...

4:24
34. Find First and Last Position of Element in Sorted Array | Leetcode Unlocked - Python

39 views

8 days ago

Explainedbychhavi
LeetCode 3756 Explained | Easy Trick to Solve Medium Problem 🚀 #Java #leetcode #dsa #faang

🔥 In this video, we solve LeetCode 3756: Concatenate Non-Zero Digits and Multiply by Sum II using an optimized Java solution ...

9:16
LeetCode 3756 Explained | Easy Trick to Solve Medium Problem 🚀 #Java #leetcode #dsa #faang

87 views

3 days ago

University Core
LeetCode 33 Explained | Search in Rotated Sorted Array

LeetCode 33 – Search in Rotated Sorted Array | Java | Binary Search | O(log n) In this video, you'll learn how to solve LeetCode ...

2:35
LeetCode 33 Explained | Search in Rotated Sorted Array

15 views

16 hours ago

Developer_Aid
LeetCode #35 | Search Insert Position | Java

LeetCode #35: Search Insert Position solved in Java using Binary Search. Perfect for beginners learning DSA and coding ...

2:06
LeetCode #35 | Search Insert Position | Java

4 views

9 days ago

Study Placement
Find the Safest Path in a Grid 🔥 Leetcode 2812 | Multi-Source BFS + Binary Search

🔥 Find the Safest Path in a Grid | Leetcode 2812 In this video, we solve Leetcode 2812 (Daily Challenge) using an efficient ...

51:04
Find the Safest Path in a Grid 🔥 Leetcode 2812 | Multi-Source BFS + Binary Search

1,211 views

10 days ago