Write a Java menu-driven program that creates and manipulates a directory of nam
ID: 3534150 • Letter: W
Question
Write a Java menu-driven program that creates and manipulates a directory of names, telephone numbers, and home addresses. The following information will be stored for each person in the directory:
- Name (Last, First)
- Home address (street address, city, state, zip code) - Home telephone number
Your program should use a Binary Search Tree data structure to store the directory and should be able to perform the following basic functions. The tree should remain a Binary Search Tree after each of the operations below:
- Display the entire directory in sorted order by key value (combination of last and first names) - Search and display the contents of a particular entry
- Delete an existing entry
- Insert an entry
- Save the entire directory to a file
Explanation / Answer
you will find ur answer here http://www.chegg.com/homework-help/questions-and-answers/write-java-menu-driven-program-creates-manipulates-directory-names-telephone-numbers-home--q3684794
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.