ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

44 results

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

8 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

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

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

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

398 views

18 hours 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

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

26 views

1 day 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
🔥 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

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

Leetcode Unlocked
173. Binary Search Tree Iterator | Leetcode Unlocked - Python

Master LeetCode 173: Binary Search Tree Iterator with this efficient, step-by-step explanation! In this video, we tackle how to ...

6:57
173. Binary Search Tree Iterator | Leetcode Unlocked - Python

0 views

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

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

AlgorithmicIQ
Leetcode 3019  Number of Changing Keys - Explained In Hindi

Leetcode 3019 Number of Changing Keys - Explained In Hindi Java Interview Preparation / Coding Questions and Answers ...

10:28
Leetcode 3019 Number of Changing Keys - Explained In Hindi

0 views

7 days ago

Leetcode Unlocked
199. Binary Tree Right Side View | Leetcode Unlocked - Python

Learn how to solve LeetCode 199: Binary Tree Right Side View! In this tutorial, we demystify tree traversal by visualizing what ...

7:46
199. Binary Tree Right Side View | Leetcode Unlocked - Python

0 views

4 days ago