Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 Create a binary tree class of Family Data, containing the following information as data members: Class Family_Data { private: Int age Float height

Question 1

Create a binary tree class of Family Data, containing the following information as data members:

Class Family_Data

{

private:

  1. Int age
  2. Float height
  3. String name
  4. Family_Data * LChild
  5. Family_Data * RChild

Public:

// your member functions;

}

Tasks:

  1. Show a menu to the user (insert, delete, update, search, display, exit).
  2. Test your program intensively using main function.

Note: The decision to make a new node in left/right subtree depends upon the alphabetical order of names.

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

Students also viewed these Databases questions

Question

=+6. What is the competition?

Answered: 1 week ago

Question

7-16 Compare Web 2.0 and Web 3.0.

Answered: 1 week ago