InterviewSolution
Saved Bookmarks
| 1. |
What is the pre-condition for applying binary search algorithm? |
|
Answer» For applying binary search algorithm the array, to be scanned, must be sorted in any order (ascending or descending). |
|