Optional
Performs a binary search of value in array
Value to search in array
If value is found, returns its index in array. Otherwise, returns a negative number indicating where the value should be inserted: -(index + 1)
Performs a binary search of value in array