Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Systems Analysis And Synthesis Bridging Computer Science And Information Technology

Authors: Barry Dwyer

1st Edition

0128054492, 9780128054499

More Books

Students also viewed these Databases questions

Question

Consider some type of redress for the customer, such as a coupon.

Answered: 1 week ago

Question

Demonstrate through language that you are grateful to be informed.

Answered: 1 week ago

Question

Always mention the specifi c problem the customer faced.

Answered: 1 week ago