From 1d40588873efead969b065ab97a63921c0eb4996 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Thu, 6 Mar 2025 00:37:43 +0530 Subject: [PATCH] Added Find the duplicate number and Search a 2d matrix --- Questions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Questions.md b/Questions.md index acd58b6..d4c3b14 100644 --- a/Questions.md +++ b/Questions.md @@ -15,4 +15,6 @@ 11. [Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/description/) `Leetcode 150` `Striver` 12. [Maximum Subarray](https://leetcode.com/problems/maximum-subarray/description/) `Leetcode 150` `Striver` 13. [Rotate Image](https://leetcode.com/problems/rotate-image/description/) `Leetcode 150` `Striver` -14. [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/description/) `Leetcode 150` `Striver` \ No newline at end of file +14. [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/description/) `Leetcode 150` `Striver` +15. [Find the Duplicate Number](https://leetcode.com/problems/find-the-duplicate-number/description/) `Striver` +16. [Search a 2D Matrix](https://leetcode.com/problems/search-a-2d-matrix/description/) `Leetcode 150` `Striver`