File tree Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Original file line number Diff line number Diff line change
1
+ # Problems
2
+
3
+ ## Easy
4
+ - [ Next greater element I] ( https://leetcode.com/problems/next-greater-element-i/ ) ` leetcode `
5
+ - [ Valid Parentheses] ( https://leetcode.com/problems/valid-parentheses/ ) ` leetcode `
6
+ - [ Min Stack] ( https://leetcode.com/problems/min-stack/ ) ` leetcode `
7
+ - [ Remove Outermost Parentheses] ( https://leetcode.com/problems/remove-outermost-parentheses/ ) ` leetcode `
8
+ - [ Remove All Adjacent Duplicates In String] ( https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/ ) ` leetcode `
9
+ - [ Number of Recent Calls] ( https://leetcode.com/problems/number-of-recent-calls/ ) ` leetcode `
10
+
11
+ ## Medium
12
+ - [ Design a Stack With Increment Operation] ( https://leetcode.com/problems/design-a-stack-with-increment-operation/ ) ` leetcode `
13
+ - [ Minimum Add to Make Parentheses Valid] ( https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/ ) ` leetcode `
14
+ - [ Decode String] ( https://leetcode.com/problems/decode-string/ ) ` leetcode `
15
+ - [ Asteroid Collision] ( https://leetcode.com/problems/asteroid-collision/ ) ` leetcode `
16
+ - [ 132 Pattern] ( https://leetcode.com/problems/132-pattern/ ) ` leetcode `
17
+ - [ Design circular Queue] ( https://leetcode.com/problems/design-circular-queue/ ) ` leetcode `
18
+ - [ Find the Most Competitive Subsequence] ( https://leetcode.com/problems/find-the-most-competitive-subsequence/ ) ` leetcode `
19
+ - [ Design Front Middle Back Queue] ( https://leetcode.com/problems/design-front-middle-back-queue/ ) ` leetcode `
20
+ - [ Task Scheduler] ( https://leetcode.com/problems/task-scheduler/ ) ` leetcode `
21
+
22
+ ## Hard
23
+ - [ Implement Queue using Stacks] ( https://leetcode.com/problems/implement-queue-using-stacks/ ) ` leetcode `
24
+ - [ Longest Valid Parantheses] ( https://leetcode.com/problems/longest-valid-parentheses/ ) ` leetcode `
25
+ - [ Sliding window maximum] ( https://leetcode.com/problems/sliding-window-maximum/ ) ` leetcode `
26
+ - [ Brace Expansion II] ( https://leetcode.com/problems/brace-expansion-ii/ ) ` leetcode `
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments