Skip to content

Commit 47ba51e

Browse files
authored
Added Satck & Queue problems
1 parent 5690918 commit 47ba51e

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

assignments/14-stack-queue.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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`

assignments/14-stack.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)