From 1cdece1ba9ab99781da8d448d255aa4676c91d4c Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Sun, 6 Apr 2025 19:34:32 +0530 Subject: [PATCH] Adding next greater element and nearest smaller element --- Questions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Questions.md b/Questions.md index 34ecbeb..a173715 100644 --- a/Questions.md +++ b/Questions.md @@ -52,5 +52,7 @@ 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/) `Leetcodze 150` `Striver` -6. [LFU Cache](https://leetcode.com/problems/lfu-cache/description/) `Striver` -7. [Largest Rectangle in Histogram](https://leetcode.com/problems/largest-rectangle-in-histogram/description/) `Striver` \ No newline at end of file +6. [Nearest Smaller Element](https://www.interviewbit.com/problems/nearest-smaller-element/) `Striver` +7. [Next Greater Element I](https://leetcode.com/problems/next-greater-element-i/description/) `Striver` +8. [LFU Cache](https://leetcode.com/problems/lfu-cache/description/) `Striver` +9. [Largest Rectangle in Histogram](https://leetcode.com/problems/largest-rectangle-in-histogram/description/) `Striver` \ No newline at end of file