ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

40 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,239 views

10 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

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

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

CodeWithAKJ
Kth Largest Element in an Array | Day-49 | LeetCode 75 Challenge

Welcome to my new LeetCode 75 Interview Prep Series! In this series, I'll be solving the LeetCode 75 Challenge, a curated list ...

29:24
Kth Largest Element in an Array | Day-49 | LeetCode 75 Challenge

39 views

3 months ago

Siddharth Nagaych
556. Next Greater Element III

In this video, I'll walk you through solving LeetCode Problem 556: Next Greater Element III. This problem challenges your ...

21:58
556. Next Greater Element III

93 views

10 months ago

Rajan Keshari ( CSE - IIT Dhanbad )
Leetcode Weekly Contest 461 || Q1, Q2, Q3 Solution Explained in C++ || Stack, Dynamic Programming

Let's conquer LeetCode Weekly Contest 461 together! C++ Leetcode Next Greater Element Next Smaller Element Stack Queue ...

26:24
Leetcode Weekly Contest 461 || Q1, Q2, Q3 Solution Explained in C++ || Stack, Dynamic Programming

387 views

4 months ago

DTU Coder - Abhay Mittal
STRIVER A2Z DSA SHEET  || Next Greater Element II

Poora Description ChatGpt se copy paste kr rakhaa hai DTU Coder – Your Ultimate Guide to DSA, Web Development ...

30:44
STRIVER A2Z DSA SHEET || Next Greater Element II

55 views

10 months ago

Learn Coding
C++ DSA | Part-1 | Stack Leetcode Problems | Data Structure & Algorithms

C++ DSA Series Video Schedule Update C++ DSA series video will be uploaded every Monday, Wednesday, ...

1:15:11
C++ DSA | Part-1 | Stack Leetcode Problems | Data Structure & Algorithms

1,889 views

5 months ago

Algorithmic Adventures
DSA In Bengali || Lecture 62 || Next Greater Element

DSA In Bengali || Lecture 62 || Next Greater Element #dsa #dsalgo #problemsolving #algorithms #programming #c++ #leetcode ...

42:31
DSA In Bengali || Lecture 62 || Next Greater Element

40 views

1 month ago

Algo Yogi
LeetCode 1475 | Final Prices with a Special Discount in a Shop | Python | AlgoYogi

... space** solution integral to array and stack patterns --- ### Next Steps - Try related problems like: - **Next Greater Element** ...

20:39
LeetCode 1475 | Final Prices with a Special Discount in a Shop | Python | AlgoYogi

23 views

6 months ago

freeCodeCamp.org
Neetcode 150 Course - All Coding Interview Questions Solved

The NeetCode 150 is the most important LeetCode problems you need to master, selected to cover all major algorithmic patterns ...

38:57:11
Neetcode 150 Course - All Coding Interview Questions Solved

573,822 views

11 months ago

Learn Coding
C++ DSA | Part-2 | Stack Leetcode Problems | Data Structure & Algorithms

C++ DSA Series Video Schedule Update C++ DSA series video will be uploaded every Monday, Wednesday, ...

1:14:02
C++ DSA | Part-2 | Stack Leetcode Problems | Data Structure & Algorithms

1,878 views

4 months ago

Shradha Khapra
Copy List with Random Pointer | DSA Series by @shradhaKD

Lecture 60 of DSA Placement Series Company wise DSA Sheet Link ...

20:52
Copy List with Random Pointer | DSA Series by @shradhaKD

55,418 views

11 months ago

codestorywithMIK
Apply Operations to Maximize Score | Super Detailed Approach For Beginners | Leetcode 2818 | MIK

Once we have the prime scores, we use the Next Greater and Previous Greater element concepts to determine how many ...

1:20:52
Apply Operations to Maximize Score | Super Detailed Approach For Beginners | Leetcode 2818 | MIK

8,607 views

8 months ago

Nikhil Lohia
Coding Interview Patterns - Stacks | Monotonic Stacks | 8 different problems in a single video

... Stacks 11:38 - Basic applications of a Stack 12:36 - Next Greater Element 20:13 - Daily Temperatures 22:52 - Monotonic Stacks ...

32:42
Coding Interview Patterns - Stacks | Monotonic Stacks | 8 different problems in a single video

5,670 views

4 months ago

Techdose
Apply Operations to Maximize Score | Leetcode 2818

... Binary Exponentiation: https://youtu.be/1TtWF2ZLNzk Factors of a number: https://youtu.be/QbY1ILunh_o Next greater element ...

28:03
Apply Operations to Maximize Score | Leetcode 2818

3,978 views

8 months ago

Algo Yogi
LeetCode 735 | Asteroid Collision | Stack Simulation in Python | AlgoYogi

... Next Steps: - Try similar simulation problems like: - **Daily Temperatures** - **Next Greater Element** - Drop your solution and ...

21:23
LeetCode 735 | Asteroid Collision | Stack Simulation in Python | AlgoYogi

34 views

5 months ago

LogicNLearn
Day 22: Stack Problem Solving Part 2 | 50 Days DSA in C++ by LogicNLearn

Welcome to Day 22 of the 50 Days DSA in C++ by LogicNLearn series!** In this session, we continue with **Stack Problem ...

1:24:30
Day 22: Stack Problem Solving Part 2 | 50 Days DSA in C++ by LogicNLearn

22 views

6 months ago