Skip to content

Commit 5aceaa8

Browse files
Merge pull request kunal-kushwaha#490 from HarshChib/Stack_correction
<Added easy question from hard section to easy>
2 parents 08c9fc8 + 2999bc5 commit 5aceaa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assignments/16-stack-queue.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Inorder Traversal (Iterative)](https://practice.geeksforgeeks.org/problems/inorder-traversal-iterative/1/) `GFG`
1313
- [Preorder traversal (Iterative)](https://practice.geeksforgeeks.org/problems/preorder-traversal-iterative/1/) `GFG`
1414
- [Flood fill](https://leetcode.com/problems/flood-fill/) `leetcode`
15-
15+
- [Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/) `leetcode`
1616
## Medium
1717
- [Design a Stack With Increment Operation](https://leetcode.com/problems/design-a-stack-with-increment-operation/) `leetcode`
1818
- [Minimum Add to Make Parentheses Valid](https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/) `leetcode`
@@ -32,7 +32,6 @@
3232
- [Snake and Ladders](https://leetcode.com/problems/snakes-and-ladders/) `leetcode`
3333

3434
## Hard
35-
- [Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/) `leetcode`
3635
- [Longest Valid Parantheses](https://leetcode.com/problems/longest-valid-parentheses/) `leetcode`
3736
- [Sliding window maximum](https://leetcode.com/problems/sliding-window-maximum/) `leetcode`
3837
- [Brace Expansion II](https://leetcode.com/problems/brace-expansion-ii/) `leetcode`

0 commit comments

Comments
 (0)