Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this assignment you have to create a program in C++ to maintain a telephone directory. Use an AVL to store the phone numbers. Each
In this assignment you have to create a program in C++ to maintain a telephone directory. Use an
AVL to store the phone numbers. Each node of the AVL must represent following
attributes
Phone Number (Key)
Owners Name
Address
Email (if any)
Add following function to your class
Creation a AVL
Insertion a number in the directory
Deletion a number
Search a number using owners name, address or email.
Display the phone numbers in the directory (in-, pre- and post-order)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started