There is a list with n numbers ordered. Find the missing number.
Anonymous
I first talk about the dummy answer, which would be to use a for loop and check every numbers. And then I propose to use a dichotomy algorithm.
Check out your Company Bowl for anonymous work chats.