From 38b40b45dc2a46742063153feb31956a3553b208 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Thu, 13 Mar 2025 23:30:26 +0530 Subject: [PATCH] Adding Apiral matrix --- Questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Questions.md b/Questions.md index e445589..de7b236 100644 --- a/Questions.md +++ b/Questions.md @@ -22,4 +22,5 @@ 18. [Majority Element](https://leetcode.com/problems/majority-element/description/) `Leetcode 150` `Striver` 19. [Longest Consecutive Sequence](https://leetcode.com/problems/longest-consecutive-sequence/description/) `Leetcode 150` `Striver` 20. [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/description/) `Leetcode 150` `Striver` +21. [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/description/) `Blind 75` `Leetcode 150`