Problem

Write a method called completeToLevel that accepts an integer n as a parameter and that ad...

Write a method called completeToLevel that accepts an integer n as a parameter and that adds nodes to a tree to complete the first n levels. A level is complete if every possible node at that level is not null. We will use the convention that the overall root is at level 1, its children are at level 2, and so on. You should preserve any existing nodes in the tree. Any new nodes added to the tree should contain the value −1. Your method should throw an IllegalArgumentException if it is passed a value for a level that is less than 1.

For example, if a variable called t refers to reference tree #2 and you make the call of t.completeToLevel(4);, the tree should change to the following tree:

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 17
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT