Quick! Write a binary search function!
The challenge
Write a binary search function that takes a value and a list of integers and returns true or false depending on whether the value is found in the list or not. Use your favorite language The rules
You have 10 minutes
Use tests to confirm that it works
You can't use any reference. No books or google allowed
People who studied binary search in the last two months can't participate
Break any of the rules, and you have lost. Go!











