Assume an array of structures is in order by the customerID field of the record, where customer IDs go from 101 to 500.
Now Write the most efficient pseudocode algorithm you can to find the record with a specific customerID if every single customer ID from 101 to 500 is used and the array has 400 elements.