Question: Write a C++ program that uses binary search trees to maintain a database containing data, such as name and birthday about your friends and relatives.
Write a C++ program that uses binary search trees to maintain a database containing data, such as name and birthday about your friends and relatives. You should be able to:
Enter one entry
Remove one entry
Modify one entry
Search for one entry
List everyone in the database that satisfy a given criteria. For example, list people born in a given month.
Save information to a file.
Retrieve information from a file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
