File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 7
7
- [ Remove Outermost Parentheses] ( https://leetcode.com/problems/remove-outermost-parentheses/ ) ` leetcode `
8
8
- [ Remove All Adjacent Duplicates In String] ( https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/ ) ` leetcode `
9
9
- [ Number of Recent Calls] ( https://leetcode.com/problems/number-of-recent-calls/ ) ` leetcode `
10
+ - [ Reverse First K elements of Queue] ( https://practice.geeksforgeeks.org/problems/reverse-first-k-elements-of-queue/1/ ) ` GFG `
11
+ - [ Delete middle element of a stack] ( https://practice.geeksforgeeks.org/problems/delete-middle-element-of-a-stack/1/ ) ` GFG `
10
12
11
13
## Medium
12
14
- [ Design a Stack With Increment Operation] ( https://leetcode.com/problems/design-a-stack-with-increment-operation/ ) ` leetcode `
18
20
- [ Find the Most Competitive Subsequence] ( https://leetcode.com/problems/find-the-most-competitive-subsequence/ ) ` leetcode `
19
21
- [ Design Front Middle Back Queue] ( https://leetcode.com/problems/design-front-middle-back-queue/ ) ` leetcode `
20
22
- [ Task Scheduler] ( https://leetcode.com/problems/task-scheduler/ ) ` leetcode `
23
+ - [ Stock span problem] ( https://practice.geeksforgeeks.org/problems/stock-span-problem-1587115621/1/ ) ` GFG `
24
+ - [ Max Rectangle] ( https://practice.geeksforgeeks.org/problems/max-rectangle/1/ ) ` GFG `
25
+ - [ The Celebrity Problem] ( https://practice.geeksforgeeks.org/problems/the-celebrity-problem/1/ ) ` Google ` ` GFG `
26
+ - [ Maximum Rectangular Area in a Histogram] ( https://practice.geeksforgeeks.org/problems/maximum-rectangular-area-in-a-histogram-1587115620/1/ ) ` GFG `
21
27
22
28
## Hard
23
29
- [ Implement Queue using Stacks] ( https://leetcode.com/problems/implement-queue-using-stacks/ ) ` leetcode `
You can’t perform that action at this time.
0 commit comments