BINARY SEARCH
+========+
Time: 30 minutes - 1 hour
Difficulty: Medium
Languages: Any
+========+
Implement a function that performs a binary search on a sorted list of integers and returns the index of the target value if found, or -1 if not found.
+========+
Please answer to this message with your solution :)
>>Click here to continue<<