Question: How would I solve this lookup program for university and zip code. It needs to read a data set of 2700+ universities and their zip
How would I solve this lookup program for university and zip code. It needs to read a data set of 2700+ universities and their zip codes from the given text file (university.txt). Handle lookups by zip code (lookup_by_zip method) and also lookup by university name (lookup_by_university method). It also needs to use a binary search for both lookups. A sample run is attached also.


*LookupTable.java 23 |tem.java UninipLookupProgram.java university.txt 9 public class LookupTable { 10 private ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
