ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,872 results

Related queries

next greater element i leetcode c++

next greater element iii

daily temperatures

next greater element ii

take U forward
L5. Next Greater Element | Stack and Queue Playlist

Check out TUF+: https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

18:25
L5. Next Greater Element | Stack and Queue Playlist

270,506 views

1 year ago

NeetCode
Next Greater Element I - Leetcode 496 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Discord: https://discord.gg/ddjKRXPqtk Twitter: ...

14:53
Next Greater Element I - Leetcode 496 - Python

110,415 views

3 years ago

AlgoMonster
Monotonic Stack Data Structure Explained

LeetCode Pattern - Monotonic stack, Monotonic deque, Monotonic queue Next Greater Element II Daily Temperature Sliding ...

5:43
Monotonic Stack Data Structure Explained

87,634 views

2 years ago

Vivekanand Khyade - Algorithm Every Day
next greater element (use of stack)

Find NEXT GREATER ELEMENT for each element in the array by using Stack. The time complexity is less than O(n^2).

5:37
next greater element (use of stack)

60,503 views

9 years ago

Nikhil Lohia
Next Greater Element 1 (LeetCode 496) | Full solution with examples and animation | Study Algorithms

Super helpful resources available here: https://nikoo28.github.io/all-my-links/ Given an array of integers that can be in any order, ...

15:01
Next Greater Element 1 (LeetCode 496) | Full solution with examples and animation | Study Algorithms

53,196 views

3 years ago

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,144 views

10 months ago

Nick White
LeetCode Next Greater Element I Solution Explained - Java

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

9:51
LeetCode Next Greater Element I Solution Explained - Java

36,755 views

6 years ago

take U forward
L6. Next Greater Element - II | Stack and Queue Playlist

Check out TUF+: https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

15:41
L6. Next Greater Element - II | Stack and Queue Playlist

177,930 views

1 year ago

Luv
Next Greater Element using Stacks: Tutorial with Code | Competitive Programming Course | EP 32

C++ STL TUTORIALS : https://youtube.com/playlist?list=PLauivoElc3gh3RCiQA82MDI-gJfXQQVnn FREE COMPETITIVE ...

20:47
Next Greater Element using Stacks: Tutorial with Code | Competitive Programming Course | EP 32

122,474 views

4 years ago

People also watched

Nick White
LeetCode Next Greater Element II Solution Explained - Java

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

9:28
LeetCode Next Greater Element II Solution Explained - Java

24,198 views

6 years ago

Krac X
Next Greater Element II - Leetcode 503 - Python
13:52
Next Greater Element II - Leetcode 503 - Python

1,540 views

2 years ago

Liyang Huang
Monotonic Stack
10:14
Monotonic Stack

17,877 views

5 years ago

Happy Coding
LeetCode 503. Next Greater Element II

... where you use a stack and you push and pop each element in the stack once so that you can easily find the uh the next greater ...

11:14
LeetCode 503. Next Greater Element II

6,911 views

4 years ago

IDeserve
Next greater element in an array

2: While array[i] is greater than stack.top, Pop top element & print 'Next Greater Element of top is array[i]'. 3: Push array[i] on the ...

5:54
Next greater element in an array

28,630 views

9 years ago

Programming Tutorials
Next Greater Element using Stack | Next Greater in Array | Programming Tutorials

In this tutorial, I have explained multiple approaches to find next greater element in array. Also, how we can find next greater ...

13:03
Next Greater Element using Stack | Next Greater in Array | Programming Tutorials

4,798 views

5 years ago

Programming Tutorials
Find Next Greater Element for Every Element of an Array

In this tutorial, I have explained two approaches to find next greater element one is using two for loops and other is using stack.

11:22
Find Next Greater Element for Every Element of an Array

3,499 views

6 years ago

GeeksforGeeks
Next Greater Element | GeeksforGeeks

Explanation for the article: http://www.geeksforgeeks.org/next-greater-element/ Read More: ...

16:09
Next Greater Element | GeeksforGeeks

64,181 views

9 years ago

Eric Programming
[Java] Leetcode 503. Next Greater Element II [Stack & Queue #10]

In this video, I'm going to show you how to solve Leetcode 503. Next Greater Element II which is related to Stack & Queue. In fact, I ...

9:13
[Java] Leetcode 503. Next Greater Element II [Stack & Queue #10]

1,141 views

4 years ago

Dinesh Varyani
Next Greater Element | Animation | Coding Interview

Get DSA Animation Slides - https://topmate.io/dinesh_varyani/950549 ▻Full DSA Course ...

21:23
Next Greater Element | Animation | Coding Interview

19,596 views

4 years ago

shashCode
L -65 Next Greater Element | Stack | Java DSA Placement | FAANG | Shashwat

Lecture Resources ...

9:11
L -65 Next Greater Element | Stack | Java DSA Placement | FAANG | Shashwat

7,954 views

2 years ago

take U forward
Next Greater Element | Two Variants | Leetcode

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

22:00
Next Greater Element | Two Variants | Leetcode

276,369 views

4 years ago

Techdose
Next greater element in an array

This video explains a very important interview question which is how to find the next greater element for all the elements in an ...

6:25
Next greater element in an array

103,061 views

5 years ago

Code and Debug
DSA in Python - Next Greater Element | Monotonic Stack Approach | GFG Problem - Part 91 [Hindi]

Welcome to Part 91 of Code & Debug's DSA in Python Course! In this lecture, we solve the Next Greater Element problem from ...

20:08
DSA in Python - Next Greater Element | Monotonic Stack Approach | GFG Problem - Part 91 [Hindi]

2,087 views

7 months ago

Shradha Khapra
L73. Next Greater Element - II | Stack & Queue

DSA Series Lecture 73 : Next Greater Element II Topic : Stack & Queues Best DSA Series website : coming soon 🔥 ✨ Instagram ...

20:04
L73. Next Greater Element - II | Stack & Queue

35,962 views

10 months ago

Aditya Verma
2 NGR | Nearest Greater to right | Next Largest Element

Given an array, print the Next Greater Element (NGE) for every element. The Next greater Element for an element x is the first ...

31:11
2 NGR | Nearest Greater to right | Next Largest Element

342,451 views

5 years ago

Coder Army
Lecture 91: Stack Problem: Next Greater Element | Next Smaller Element | Stock Span Problem

Stack | 180daysofCode | Solve Many Problem on Stack 1: Next Greater Element: ...

1:46:18
Lecture 91: Stack Problem: Next Greater Element | Next Smaller Element | Stock Span Problem

55,280 views

1 year ago

Pepcoding
Next Greater element on the right | Solution

Please consume this content on nados.pepcoding.com for a richer experience. It is necessary to solve the questions while ...

16:27
Next Greater element on the right | Solution

90,155 views

5 years ago

shashCode
L -67 Next Greater Element II | Stack DSA | Java plus DSA Placement | FAANG

Lecture Resources ...

15:31
L -67 Next Greater Element II | Stack DSA | Java plus DSA Placement | FAANG

9,700 views

2 years ago

Data Structures and Algorithms
Find out the next greater element in O(n) time using stack

Problem link- https://www.geeksforgeeks.org/next-greater-element/

11:39
Find out the next greater element in O(n) time using stack

2,761 views

6 years ago

Rapid Tutor
72 - Next Greater Element problem - using Stack | DSA Tutorial

NextGreaterElement #NGE #StackApplication #StackAlgorithm #DataStructures #CodingInterview #DSA #CProgramming The ...

8:01
72 - Next Greater Element problem - using Stack | DSA Tutorial

37 views

10 months ago