You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 43 |[Search a 2D Matrix](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/06%20-%20Binary%20Search%20Algorithm%20Based%20Problems/Search%20a%202D%20Matrix)| Given a sorted 2D matrix, use binary search in each row to find a target value. |[Link](https://leetcode.com/problems/search-a-2d-matrix/)| Non |
74
74
| 44 |[Search a 2D Matrix II](https://github.com/JawadSher/DSA-LeetCode-GFG-Problems-Repository/tree/main/06%20-%20Binary%20Search%20Algorithm%20Based%20Problems/Search%20a%202D%20Matrix%20II)| Given a sorted 2D matrix, write efficient algorithm to find a target value. |[Link](https://leetcode.com/problems/search-a-2d-matrix-ii/)| Non |
0 commit comments