The phone book application

The application you build should store the phone records in some data structures (instead of storing as a plain text) to allow efficient operations. In summary, you are required to design and implement the following:

  • Data structures that model a collection of phone records. These structures are required to ensure the efficiency of the various functions of this application. The key of this project is to think about what kind of data structures should be used to support the proposed functions.
  • Another data structure that models a single record. The attributes of the single record include last name, first name, and phone. You may add more attributes.
  • A front end that displays the records. This end needs not be window-based, a console interface will be quite

Functions of phone book application

The application must automatically load records (if exist) from the file when it starts. The application provides the user the options to perform the following actions:

Add: add a new record into phone book (into the data structure)
Retrieve: display a record that contains a particular attribute value
Delete: delete an existing record by given a specific attribute of that record
Load: read data from a file which contains data of the phone book
Save: write data of your phone book to a file since the data of a running program would be lost if the application crashes

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.