Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 265 Bytes

Contact Management System Using Trie

Simple Contact management system implementer using trie data structure. It includes basic functionalities like :-

- Add Contact
- Delete Contact
- Search (Using name and phone number)
- Update Contact
- Display Contacts