From ff2c7c095e87f7b99ae9c912a36ab3b80304bef5 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Fri, 11 Apr 2025 02:33:15 +0530 Subject: [PATCH] Adding sliding window maximum --- Questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Questions.md b/Questions.md index a173715..7a86c6d 100644 --- a/Questions.md +++ b/Questions.md @@ -55,4 +55,5 @@ 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 +9. [Largest Rectangle in Histogram](https://leetcode.com/problems/largest-rectangle-in-histogram/description/) `Striver` +10. [Sliding Window Maximun](https://leetcode.com/problems/sliding-window-maximum/description/) `Striver` \ No newline at end of file