Project information

  • Category:Phone Directory (Data Structure)
  • Client: Data Structure project.
  • Project date: 20 December, 2022
  • Project URL: hs6151825@gmail.com

The project could use a data structure like an array or a linked list to represent the phonebook, with each entry containing fields for the contact's name, phone number and any other relevant information.

The program could allow users to add new contacts, delete existing contacts, and search for contacts by name or phone number. The search function could utilize a hash table or binary search tree to quickly locate the desired contact.