From 1dc0efd00654728f6f06eccac74daf913ea1df80 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Tue, 1 Apr 2025 23:24:04 +0530 Subject: [PATCH] Adding stack and queue questions --- Questions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Questions.md b/Questions.md index 783a71e..9f22e6a 100644 --- a/Questions.md +++ b/Questions.md @@ -45,3 +45,10 @@ 4. [Summary Ranges](https://leetcode.com/problems/summary-ranges/description/) `Leetcode 150` 5. [Minimum Number of Arrows to Burst Balloons](https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/description/) `Leetcode 150` 6. [Meeting rooms II](https://www.interviewbit.com/problems/meeting-rooms/) `Blind 75` + +### Topic: Stack and Queue +1. [Implement Stack using Queues](https://leetcode.com/problems/implement-stack-using-queues/description/) `Striver` +2. [Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/description/) `Striver` +3. [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/) `Leetcode 150` `Striver` +4. [Min Stack](https://leetcode.com/problems/min-stack/description/) `Leetcode 150` `Striver` +5. [LRU Cache](https://leetcode.com/problems/lru-cache/description/) `Leetcode 150` `Striver` \ No newline at end of file