Binary search is a well-known computer science algorithm that is used to find elements in an array. Learn how to code it in Python!