Name Search
Download the Chapter 16 source code from www.pearsonhighered.com/gaddis, and, you will find a text file by the name of names.txt. This file contains a list of the 65 most popular female first names in the United States according to the 1990 census. Write a program that reads these names into a String array. Use the Quicksort algorithm to sort the names in ascending order. Then allow the user to search for a name in the array. Use the binary search algorithm to perform the search.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.