To search the names array for the name "Janey" using a binary search, what should the initial value of high be?
```
var low = 0; var N = 200; var high = 0;
var key = "Janey"; var index = 0; var found = 0;
```
a. 0
b. N
c. Math.round((N+1)/2)
d. 99
b. N
Computer Science & Information Technology
You might also like to view...
After changes are made to the copy of a shared workbook, it can be ________ with the original shared workbook
Fill in the blank(s) with correct word
Computer Science & Information Technology
At what maturity level is the development and use of targeted sets of productivity and quality metrics employed?
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology