$30
# Telephone lookup.
* Write a telephone lookup program. Read a data set of 1,000 names and telephone numbers from a file that contains the
numbers in random order. Handle lookups by name and also reverse lookups by phone number. Use a binary search for
both lookups.
* Due: May 21, 2019