Skip to content

A binary search tree based phonebook directory capable of adding, deleting, updating and loading contacts from an external .txt file.

Notifications You must be signed in to change notification settings

HARDIKARORA08/PhoneBook-Directory

Repository files navigation

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!!

About

A binary search tree based phonebook directory capable of adding, deleting, updating and loading contacts from an external .txt file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages