Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 610 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 610 Bytes

PHONEBOOK DIRECTORY USING BST

A binary search tree based phonebook directory, capable of adding, deleting and updating contacts.
Program consists of two types of user's- admin and viewer. Admin rights are password protected with the password as - 'mte-project'. Only admin has the right to delete and update contacts.
Contact's can also be externally loaded through a .txt file. (DO CHANGE THE FILE LOCATION AT LINE NUMBER 339 OF PHONEBOOK.CPP ACCORDING TO YOUR SYSTEM'S FILE LOCATION.)
For running the project just load all the files, compile and run phonebook.cpp.

HOPE YOU LIKE THE PROJECT!!