Challenge: Binary Search
We'll cover the following...
Complete the doSearch
function so that it implements a binary search, following the pseudo-code below (this pseudo-code was described in the previous article): ...
Complete the doSearch
function so that it implements a binary search, following the pseudo-code below (this pseudo-code was described in the previous article): ...