So what's actually a binary search?
Binary search is one of the algorithms that people consider to be very efficient is a binary search algorithm. It is a way to find a specific item in a sorted array. It is very fast, and we’ll talk about time and space complexity later, but the array has to be sorted...