Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Fork me on GitHub

Stack : 🚩

🔽Click to 🔍 and 😵 the sub-topics

📁Leetcode Easy
📁Monotonic Stack

Questions

Problem Name
Validate Stack Sequences (Leetcode : 946)
Next larger element
Next Greater Element II (2 Approaches) (Leetcode - 503)
Online Stock Span (Leetcode - 901)
Largest Rectangle in Histogram (2 approaches) (Leetcode - 84)
Maximal Rectangle (Leetcode - 85)
Trapping Rain Water (using stack) (Leetcode - 42)
Remove All Adjacent Duplicates In String(Leetcode - 1047)
Remove All Adjacent Duplicates In String II(Leetcode - 1209)
The Celebrity Problem - I
Longest Valid Parentheses (2 Approaches) (Leetcode-32)
Asteroid Collision (Leetcode-735)
Decode String (Leetcode-394)
Basic Calculator (Leetcode-224)
Basic Calculator II (Leetcode-227)
Baseball Game (Leetcode-682)
Score of Parentheses (Leetcode-856)
Sum of Subarray Minimums (Leetcode-907)
Remove K Digits (Leetcode-402)
Minimum Remove to Make Valid Parentheses (Leetcode-1249)
Implement Queue using Stacks (Leetcode-232)
Evaluate Reverse Polish Notation (Leetcode-150)
Daily Temperatures (Leetcode-739)
Valid Parentheses (Leetcode-20)
Removing Stars From a String (Leetcode-2390)
Simplify Path (Leetcode-71)
132 Pattern (Leetcode-456)
Build an Array With Stack Operations (Leetcode-1441)
Reverse Substrings Between Each Pair of Parentheses (Leetcode-1190)
Maximum Score From Removing Substrings (Leetcode-1717)
Robot Collisions (Leetcode-2751)
Number of Atoms (Leetcode-726)
Minimum Deletions to Make String Balanced (Leetcode-1653)
Minimum Number of Swaps to Make the String Balanced (Leetcode - 1963)
Minimum Add to Make Parentheses Valid (Leetcode - 921)
Parsing A Boolean Expression (Leetcode - 1106)
Check if a Parentheses String Can Be Valid (Leetcode - 2116)
Remove All Occurrences of a Substring (Leetcode - 1910)
Replace Non-Coprime Numbers in Array (Leetcode - 2197)