0
/ 10.0
Complete the following binary search method. Find the number num
in the array array
. Return -1 if the number is not found. You may assume...
Complete the following binary search method. Find the number num
in the array array
. Return -1 if the number is not found. You may
assume the array is properly ordered.
Your feedback will appear here when you check your answer.