| 1 | """ |
| 2 | This is a type of divide and conquer algorithm which divides the search space into |
| 3 | 3 parts and finds the target value based on the property of the array or list |
| 4 | (usually monotonic property). |
nothing calls this directly
no test coverage detected