ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

142 results

Shradha Khapra
Next Greater Element | Optimal Solution & Code

Lecture 69 of DSA Placement Series Company wise DSA Sheet Link : https://docs.google.com/spreadsheets/d ...

23:32
Next Greater Element | Optimal Solution & Code

58,228 views

10 months ago

Leetcode Profiles
Ranked #1 on LeetCode  #leetcode #codeprep #competitiveprogramming #codeforces

He's not just a rocket scientist… He's the Rank 1 coder on LeetCode — solving over 3600 problems with 100% accuracy.

0:10
Ranked #1 on LeetCode #leetcode #codeprep #competitiveprogramming #codeforces

2,540,154 views

4 months ago

AlgoMasterIO
Monotonic Stack in 6 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

6:38
Monotonic Stack in 6 minutes | LeetCode Pattern

39,808 views

10 months ago

Coding theory
Next Greater Element II | Circular Array Monotonic Stack Solution in C++| LeetCode Problem Explained

In this video, we solve the Next Greater Element II problem using C++ and the Monotonic Stack approach. This problem is also ...

0:29
Next Greater Element II | Circular Array Monotonic Stack Solution in C++| LeetCode Problem Explained

193 views

3 months ago

Code In Motion
LeetCode Pattern #13 Monotonic Stack #leetcode

14 LeetCode Patterns to ace any interview https://www.blog.codeinmotion.io/p/leetcode-patterns Blind 75 Animated Playlist ...

1:59
LeetCode Pattern #13 Monotonic Stack #leetcode

11,490 views

11 months ago

Cherry Merry
Next Greater Element I | #leetcode problem 496 | #day27 of 100 Days of Code | DSA Challenge | #dsa

496. Next Greater Element I Leetcode Problem Link : https://leetcode.com/problems/next-greater-element-i/description/ For Java ...

16:10
Next Greater Element I | #leetcode problem 496 | #day27 of 100 Days of Code | DSA Challenge | #dsa

136 views

5 months ago

E-Leet Coding
Next Greater Element I - LeetCode 496 | JAVA

Feel free to leave a comment letting me know if this video was helpful! Outro Music: AdhesiveWombat - Night Shade ♫ NO ...

7:42
Next Greater Element I - LeetCode 496 | JAVA

17 views

1 month ago

Logic loop
Next Greater Element l Leetcode #496 #problemsolving #DSA #stack #coding #leetcode #logicloop #c++
0:58
Next Greater Element l Leetcode #496 #problemsolving #DSA #stack #coding #leetcode #logicloop #c++

95 views

4 months ago

Rajan Keshari ( CSE - IIT Dhanbad )
Leetcode Weekly Contest 466 || Q1, Q2, Q3, Q4 Solution Explained C++ || Next Greater Element, Bitset

Leetcode Weekly Contest 466: https://leetcode.com/contest/weekly-contest-466/ Q1. Minimum Operations to Equalize Array (Easy) ...

34:36
Leetcode Weekly Contest 466 || Q1, Q2, Q3, Q4 Solution Explained C++ || Next Greater Element, Bitset

253 views

3 months ago

Dev Garg
Leetcode 496 | Next Greater Element I | Solved using stack | C++ #day2 #100daysofcode
15:18
Leetcode 496 | Next Greater Element I | Solved using stack | C++ #day2 #100daysofcode

38 views

10 months ago

codestorywithMIK
Next Greater Numerically Balanced Number | 3 Approaches | Leetcode 2048 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 23rd Video of our Playlist ...

35:43
Next Greater Numerically Balanced Number | 3 Approaches | Leetcode 2048 | codestorywithMIK

8,996 views

1 month ago

ExpertFunda
Leetcode 496. Next Greater Element I | FAANG Preparation Series | Stack & Map | Deep Dive

Return an array ans of length nums1.length such that ans[i] is the next greater element Example 1: Input: nums1 = [4,1,2], nums2 ...

30:03
Leetcode 496. Next Greater Element I | FAANG Preparation Series | Stack & Map | Deep Dive

17 views

4 months ago

Learn programming today
Next Greater Element I 496   LeetCode | LeetCode

"Hey everyone! Welcome back to the channel. Today we're solving one of the most popular and frequently asked coding interview ...

19:31
Next Greater Element I 496 LeetCode | LeetCode

7 views

5 months ago

LeetCode Unlocked
GFG POTD | Next Greater Element in Circular Array | Stack + C++

Hey everyone welcome back to Le Code Unlocked today's problem is a medium level classic next greater element in a circular ...

2:21
GFG POTD | Next Greater Element in Circular Array | Stack + C++

21 views

5 months ago

Study with Tanuja
Next Greater Element | Leetcode 496 | C++
8:37
Next Greater Element | Leetcode 496 | C++

62 views

8 months ago

The Code Pathshala
Next Greater Element | GFG PTOD | 23 Feb | Leetcode | GeeksForGeeks

gfg #ptod #geeksforgeeks #geeksforgeeks #gfgpotd #gfg #ptod #dsa #datastructures #algorithm #problemoftheday GFG Problem ...

9:34
Next Greater Element | GFG PTOD | 23 Feb | Leetcode | GeeksForGeeks

21 views

9 months ago

Programming With Sikander
Next Greater Element I | LeetCode 496 | Optimal Solution Explained

"Welcome to today's video where I explain LeetCode 496: Next Greater Element I with the optimal stack-based solution. If you've ...

12:44
Next Greater Element I | LeetCode 496 | Optimal Solution Explained

7 views

3 months ago

Logic loop
Next Greater Element ll Leetcode Problem #503 #DSA #coding #C++ #logicloop #leetcodeproblem
0:45
Next Greater Element ll Leetcode Problem #503 #DSA #coding #C++ #logicloop #leetcodeproblem

253 views

3 months ago

Coding theory
C++ Program to Find Leftmost Meeting Building | Next Greater Element | Competitive Programming

You will learn: ✓ How to solve using Next Greater Element with a Monotonic Stack ✓ Efficient query processing for meeting ...

0:56
C++ Program to Find Leftmost Meeting Building | Next Greater Element | Competitive Programming

133 views

3 months ago

Coding theory
Next Greater Element in C++ | Stack-Based O(n) Solution | DSA Interview Problem Explained

In this video, we solve the "Next Greater Element" problem using a Stack in C++. This is a popular coding interview question ...

0:16
Next Greater Element in C++ | Stack-Based O(n) Solution | DSA Interview Problem Explained

425 views

6 months ago

Coding theory
Next Greater Node in Linked List | LeetCode hard C++ Solution | Stack + Linked List Explained

In this video, we solve LeetCode 1019: Next Greater Node in Linked List using C++. We use a stack-based approach to efficiently ...

0:36
Next Greater Node in Linked List | LeetCode hard C++ Solution | Stack + Linked List Explained

92 views

3 months ago

CodeWithNikk
Next Greater Element 1 || LeetCode 496 || Google || Amazon || Stack Series

The next greater element of some element x in an array is the first greater element that is to the right of x in the same array.

9:11
Next Greater Element 1 || LeetCode 496 || Google || Amazon || Stack Series

7 views

8 months ago

Programming With Sikander
Next Greater Element II – Full Explanation & Optimal Solution | LeetCode 503 | DSA Interview Prep

Learn how to solve LeetCode 503 – Next Greater Element II with a clear, step-by-step explanation and optimal approach.

10:21
Next Greater Element II – Full Explanation & Optimal Solution | LeetCode 503 | DSA Interview Prep

1 view

2 months ago

codefou
GFG POTD Next Greater Element in Circular Array 07/07/25 | JAVA | C++

In this video, we've solved the problem using both the Brute Force and the Optimized Approach This is one of the best ways to ...

24:47
GFG POTD Next Greater Element in Circular Array 07/07/25 | JAVA | C++

155 views

5 months ago

LAN Academy
What’s the Kth Largest Number? 🔥 LeetCode 215 Explained Step-by-Step (C++)

LeetCode 215 – Kth Largest Element in an Array https://leetcode.com/problems/kth-largest-element-in-an-array/description ...

3:01
What’s the Kth Largest Number? 🔥 LeetCode 215 Explained Step-by-Step (C++)

102 views

3 weeks ago