Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 274 Bytes

Phonebook-Manager

A simple phone book manager that should be able to process the following types of user’s queries: 1- add number and name 2- delete number 3- find name by number

this is a simple program based on hashing with chaining and implemented using C++.