Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a method called makePerfect that adds nodes until the binary tree is a perfect tree. A perfect binary tree is one where all leaves
Write a method called makePerfect that adds nodes until the
binary tree is a perfect tree. A perfect binary tree is one where
all leaves are at the same level. Another way of thinking of it
is that you are adding dummy nodes to the tree until every
path from the root to a leaf is the same length. A perfect trees
shape is exactly triangular and every branch node has exactly
two children, and all of the leaves are at the same level. Each
new node you add to the tree should store the value For
example, if a variable t refers to reference tree # then the
call tmakePerfect; should change the trees state to the
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