From 8defdb63432988bee6c1032f219b35c9a4bc9bd7 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Fri, 14 Mar 2025 01:52:38 +0530 Subject: [PATCH] Adding Word Search --- Questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Questions.md b/Questions.md index de7b236..5abed69 100644 --- a/Questions.md +++ b/Questions.md @@ -23,4 +23,5 @@ 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` +22. [Word Search](https://leetcode.com/problems/word-search/description/) `Blind 75` `Leetcode 150`