Skip to content

Commit b924802

Browse files
authored
Update README.md
1 parent e61e003 commit b924802

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

06 - Binary Search Algorithm Based Problems/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
## Repository Content
2323
<p>
24-
<img src="https://img.shields.io/badge/LEETCODE%20problems%20count-44-blue" alt="Problem Count">
25-
<img src="https://img.shields.io/badge/GEEKSFORGEEKS%20problems%20count-0-blue" alt="Problem Count">
24+
<img src="https://img.shields.io/badge/problems%20count-44-orange?logo=leetcode" alt="LeetCode">
25+
<img src="https://img.shields.io/badge/problems%20count-00-darkgreen?logo=geeksforGeeks" alt="GeeksforGeeks">
2626
<img src="https://img.shields.io/badge/total%20problems%20count-44-blue" alt="Problem Count">
2727
</p>
2828

@@ -73,8 +73,5 @@
7373
| 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 |
7474
| 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 |
7575

76-
77-
78-
7976
---
8077
Happy Coding! 😊

0 commit comments

Comments
 (0)