|
174 | 174 | 7. Unique Generalized Abbreviations (hard)
|
175 | 175 |
|
176 | 176 |
|
177 | | -### 16. Pattern: Modified Binary Search |
| 177 | +### [16. Pattern: Modified Binary Search](binary-search/BinarySearch.md) |
178 | 178 |
|
179 | | -1. Introduction |
| 179 | +1. Introduction[Complete Pattern Theory and Solutions](binary-search/BinarySearch.md) |
180 | 180 | 2. Order-agnostic Binary Search (easy) [Geeksforgeeks](https://www.geeksforgeeks.org/order-agnostic-binary-search/)
|
181 | 181 | 3. Ceiling of a Number (medium) [Geeksforgeeks-Ceil](https://www.geeksforgeeks.org/ceiling-in-a-sorted-array/) [Geeksforgeeks-Floor](https://www.geeksforgeeks.org/floor-in-a-sorted-array/)
|
182 | 182 | 4. Next Letter (medium) [Leetcode](https://leetcode.com/problems/find-smallest-letter-greater-than-target/)
|
|
0 commit comments