ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

40 results

RohitAsync
Binary Search mistake that gets you rejected

In DSA Binary Search problem most candidates calculate mid like this: mid = (a + b) / 2 It looks correct, but for large values it can ...

0:19
Binary Search mistake that gets you rejected

1,246 views

1 day ago

The Consistent Coder
Russian Doll Envelopes Explained | LIS + Binary Search (O(n log n)) | LeetCode 354

In this video, I explain the Russian Doll Envelopes problem (LeetCode 354) using an optimal O(n log n) approach. We start by ...

23:33
Russian Doll Envelopes Explained | LIS + Binary Search (O(n log n)) | LeetCode 354

0 views

4 days ago

Coding theory
Kth Smallest Product of Two Sorted Arrays | Binary Search Trick | JavaScript & Java | LeetCode Hard

KthSmallestProduct #BinarySearchOnAnswer #LeetCodeHard #AdvancedDSA #JavaScriptDSA #JavaDSA #FAANGPreparation ...

0:32
Kth Smallest Product of Two Sorted Arrays | Binary Search Trick | JavaScript & Java | LeetCode Hard

104 views

1 day ago

Mahesh Ahirwar
Find Peak Element | Binary Search Explained | DSA Interview Question

In this video, we solve the Find Peak Element problem using an optimized Binary Search approach. You'll learn: ✓ What a peak ...

8:46
Find Peak Element | Binary Search Explained | DSA Interview Question

15 views

10 hours ago

Mahesh Ahirwar
Find Minimum in Rotated Sorted Array | Binary Search Trick | DSA Interview Question

In this video, we solve the classic Find Minimum in Rotated Sorted Array problem using an efficient Binary Search approach.

7:24
Find Minimum in Rotated Sorted Array | Binary Search Trick | DSA Interview Question

26 views

2 days ago

The Lost Pointer
LeetCode 1448  | Count Good Nodes in Binary Tree | Tree Traversal | Easy Explanation

In this video, we solve **LeetCode 1448: Count Good Nodes in Binary Tree** using a simple and efficient **tree traversal**.

5:44
LeetCode 1448 | Count Good Nodes in Binary Tree | Tree Traversal | Easy Explanation

4 views

5 days ago

Ravi Rana
LEETCODE  100 | Same Tree | DFS Recursive Solution in Java | Easy Explanation

In this video, we solve LeetCode Problem 100 – Same Tree using the DFS (Depth First Search) recursive approach in Java.

8:32
LEETCODE 100 | Same Tree | DFS Recursive Solution in Java | Easy Explanation

2 views

5 days ago

Lollipop
LeetCode Median of Two Sorted Arrays | Java Approach

In this video, I solve the LeetCode Median of Two Sorted Arrays problem using Java. The solution follows an efficient approach ...

7:52
LeetCode Median of Two Sorted Arrays | Java Approach

2 views

6 days ago

Legend Coders
🔥 INVERT BINARY TREE — Recursion Itna Easy Kabhi Nahi Dekha! | LeetCode 226 | DSA Made Simple

Socho ek mirror Ab socho wahi mirror Binary Tree ke saamne rakh diya Bas wahi kaam karta hai Invert Binary Tree! Is video ...

19:17
🔥 INVERT BINARY TREE — Recursion Itna Easy Kabhi Nahi Dekha! | LeetCode 226 | DSA Made Simple

17 views

3 days ago

Legend Coders
🔥 MAX DEPTH of Binary Tree — Tree Recursion Made EASY! | LeetCode 104 | DSA Interview

Binary Tree ka Max Depth nikalna mushkil lagta hai? Is video ke baad tree recursion crystal clear ho jayegi Is video me tum ...

19:34
🔥 MAX DEPTH of Binary Tree — Tree Recursion Made EASY! | LeetCode 104 | DSA Interview

35 views

5 days ago

Mahesh Ahirwar
Search in Rotated Sorted Array | Binary Search Trick Explained | DSA Interview Question

In this video, we solve the Search in Rotated Sorted Array problem using an optimized Binary Search approach. You'll learn: ...

10:53
Search in Rotated Sorted Array | Binary Search Trick Explained | DSA Interview Question

61 views

4 days ago

Study Placement
Coupon Code Validator | LeetCode 3606 🔥 | Daily Coding Challenge | Optimal Approach

In this video, we solve LeetCode 3606 – Coupon Code Validator (Daily Coding Challenge). Code: (If it helped, Please upvote ...

17:10
Coupon Code Validator | LeetCode 3606 🔥 | Daily Coding Challenge | Optimal Approach

340 views

6 days ago

Legend Coders
Symmetric Tree — Mirror Logic That EVERY Interview Asks! | LeetCode 101 | Binary Tree

Ever wondered how to check if a Binary Tree is a mirror of itself? In this video, we crack the Symmetric Tree problem with clear ...

19:07
Symmetric Tree — Mirror Logic That EVERY Interview Asks! | LeetCode 101 | Binary Tree

28 views

1 day ago

Legend Coders
🌳 SAME TREE — Recursion ka GAME OVER! | LeetCode 100 | Binary Tree Interview Question

Binary Tree ka ye question simple lagta hai… lekin recursion ka ek galat step = wrong answer ❌ Is video me hum Same Tree ...

21:02
🌳 SAME TREE — Recursion ka GAME OVER! | LeetCode 100 | Binary Tree Interview Question

13 views

4 days ago

Study Placement
Find All People With Secret | LeetCode 2092 🔥 | DSU in detail

In this video, we solve LeetCode 2092 – Find All People With Secret, which is a graph + time-based propagation problem.

33:22
Find All People With Secret | LeetCode 2092 🔥 | DSU in detail

423 views

20 hours ago

Study Placement
Maximum Profit from Trading Stocks with Discounts | LeetCode 3562 | Daily Coding Challenge | Tree DP

In this video, we solve LeetCode 3562 – Maximum Profit from Trading Stocks with Discounts (Daily Coding Challenge) using an ...

28:48
Maximum Profit from Trading Stocks with Discounts | LeetCode 3562 | Daily Coding Challenge | Tree DP

1,841 views

3 days ago

Jasmeen Kaur
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Vertical & Boundary Traversal | LeetCode + Interview Prep | 2 Questions Welcome to Episode 11 of my DSA Study With Me series ...

4:47
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

439 views

3 days ago

Jasmeen Kaur
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Welcome to Day 12 of my DSA journey In this video, I explain two important Binary Tree traversal techniques that are frequently ...

5:16
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

261 views

1 day ago

Study Placement
Number of Smooth Descent Periods of a Stock | LeetCode 2110 🔥 | Daily Coding Challenge | Optimal

In this video, we solve LeetCode 2110 – Number of Smooth Descent Periods of a Stock (Daily Coding Challenge). Code: https ...

8:17
Number of Smooth Descent Periods of a Stock | LeetCode 2110 🔥 | Daily Coding Challenge | Optimal

373 views

4 days ago

Study Placement
Best Time to Buy and Sell Stock using Strategy | LeetCode 3652 🔥 | Daily Coding Challenge

In this video, we solve LeetCode 3652 – Best Time to Buy and Sell Stock using Strategy, which is today’s Daily Coding ...

26:07
Best Time to Buy and Sell Stock using Strategy | LeetCode 3652 🔥 | Daily Coding Challenge

646 views

1 day ago