2173 Salk Avenue, Suite 250 Carlsbad, CA

support@assignmentprep.info

to alter familyTree.cpp to implement the find and numberOfCousins functions of the class FamilyTree.

June 30, 2021
Christopher R. Teeple

Instructions:
1. Task to alter familyTree.cpp to implement the find and numberOfCousins functions of the class FamilyTree.
2. Code will be evaluated both on its ability to function correctly within the cousins application and on its ability to pass the unit tests provided.
– In the test report, tests 0…1 check the unit tests and tests 2…21 test the cousins application.
Input:
Input will be taken from standard input (cin) if no command line parameters are given, or from a file named in the first command line parameter if such a parameter is supplied. For example, the program could be invoked as
./cousins test0.in
or as
./cousins < test0.in
The input will begin with a single integer, k, where k is the identifier of the particular node for which we wish to count cousins.
This will be followed by the tree, written in a classic format for rendering trees called “s-expressions” The s-expression for a tree node is written within parentheses, with the node identifier immediately following the left parenthesis, followed by the s-expressions for all of its children, then the closing right parenthesis. If a node has no children, however, the parentheses can be omitted, leaving only the identifier. For example, a tree consisting only of a single root node with identifier 21 could be written as:
(21)
or
21
But a tree with a root node containing 21 and having two children 5 and 7 would be
(21 (5) (7))
or
(21 5 7)
The tree in the diagram above, could be written as
(1
(3 8 9)
(4 15)
(5 30 31 32)
)
Blank spaces and line breaks can be inserted as desired to improve the readability.
Every tree will have at least one node, and the node of interest, k, will always be found somewhere within the tree.
The Descriptions:
One of the common places where tree structures occur is in “family trees” that show the relationships within an extended family, children, parents, grandparents, great-grandparents, etc. Consider a family tree in which each node contains a number that serves a unique identifier. That identifier could, in a larger application, serve as an index into a genealogical database holding detailed information about the family members. Each node in the tree will represent a single person or a parental couple. The parent-child relationships in the tree match those in the actual family.
In the tree shown to the right (attached), for ex:, person/couple 1 are grandparents to the people represented by all of the leaf nodes. Person/couple 5 are parents to people 30, 31, & 32. 3, 4, and 5 are siblings, brothers and/or sisters sharing the same parents. Similarly, 30, 31, & 32 are siblings.
A person’s cousins are the children of the siblings of that person’s parents. Alternately, we could say that two nodes are considered to be cousins if they have different parents but the same grandparents.
For example, person 8’s cousins are 15, 30, 31, & 32 (but not 9). 15’s cousins are 8, 9, 30, 31, & 32.
Write a program that, given a tree and the identifier of a person in that tree, prints the number of cousins that person has.
Output:
Output is a single line containing a single integer, indicating the number cousins of node k.
Example:
Given the input
15
(1
(3 8 9)
(4 15)
(5 30 31 32)
)
the output would be
5
Given the input
3
(1
(3 8 9)
(4 15)
(5 30 31 32)
)
the output would be 0

Struggling With a Similar Paper? Get Reliable Help Now.

Delivered on time. Plagiarism-free. Good Grades.

What is this?

It’s a homework service designed by a team of 23 writers based in Carlsbad, CA with one specific goal – to help students just like you complete their assignments on time and get good grades!

Why do you do it?

Because getting a degree is hard these days! With many students being forced to juggle between demanding careers, family life and a rigorous academic schedule. Having a helping hand from time to time goes a long way in making sure you get to the finish line with your sanity intact!

How does it work?

You have an assignment you need help with. Instead of struggling on this alone, you give us your assignment instructions, we select a team of 2 writers to work on your paper, after it’s done we send it to you via email.

What kind of writer will work on my paper?

Our support team will assign your paper to a team of 2 writers with a background in your degree – For example, if you have a nursing paper we will select a team with a nursing background. The main writer will handle the research and writing part while the second writer will proof the paper for grammar, formatting & referencing mistakes if any.

Our team is comprised of native English speakers working exclusively from the United States. 

Will the paper be original?

Yes! It will be just as if you wrote the paper yourself! Completely original, written from your scratch following your specific instructions.

Is it free?

No, it’s a paid service. You pay for someone to work on your assignment for you.

Is it legit? Can I trust you?

Completely legit, backed by an iron-clad money back guarantee. We’ve been doing this since 2007 – helping students like you get through college.

Will you deliver it on time?

Absolutely! We understand you have a really tight deadline and you need this delivered a few hours before your deadline so you can look at it before turning it in.

Can you get me a good grade? It’s my final project and I need a good grade.

Yes! We only pick projects where we are sure we’ll deliver good grades.

What do you need to get started on my paper?

* The full assignment instructions as they appear on your school account.

* If a Grading Rubric is present, make sure to attach it.

* Include any special announcements or emails you might have gotten from your Professor pertaining to this assignment.

* Any templates or additional files required to complete the assignment.

How do I place an order?

You can do so through our custom order page here or you can talk to our live chat team and they’ll guide you on how to do this.

How will I receive my paper?

We will send it to your email. Please make sure to provide us with your best email – we’ll be using this to communicate to you throughout the whole process.

Getting Your Paper Today is as Simple as ABC

No more missed deadlines! No more late points deductions!

}

You give us your assignments instructions via email or through our order page.

Our support team selects a qualified writing team of 2 writers for you.

l

In under 5 minutes after you place your order, research & writing begins.

Complete paper is delivered to your email before your deadline is up.

Want A Good Grade?

Get a professional writer who has worked on a similar assignment to do this paper for you