Added Find the duplicate number and Search a 2d matrix

This commit is contained in:
hitanshu310 2025-03-06 00:37:43 +05:30
parent 6e1ce7a48e
commit 1d40588873

View File

@ -15,4 +15,6 @@
11. [Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/description/) `Leetcode 150` `Striver` 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` 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` 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` 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`