subject

for this lab assignment, you are required to implement the methods specified in the mytree. txt file:

1. create a java file named mytree. java
2. copy the entire code in the mytree. txt and paste to your mytree. java
3. implement the required methods:

public void delete(int data){// implement this method

}
public int height(){ //imjplement this method

}

public mytree balance(){ //implement this method

}
4. once completed, use the treedriver. class to test your implementations. if you implemented all methods properly, the output should look like:

treedriver. class: results
height= 3
300
85
22
10
6

after deleting 300:

height= 2
85
22
10
6

test balancing method

tree before balancing:

9
8
7
6
5
4
3
2
1
after balancing:

9
8
7
6
5
4
3
2
1

tree before balancing:

9
8
6
5
4
3
2
1
0
after balancing:

9
8
6
5
4
3
2
1
0

tree before balancing:

98
78
56
45
9
9
1
0
after balancing:

98
78
56
45
9
9
1
0

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 15:00, mitchellk872
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
image
Computers and Technology, 23.06.2019 13:10, BrianKeokot4534
What is domain name system (dns)? allows dynamic ip address allocation so users do not have to have a preconfigured ip address to use the network converts ip addresses into domains, or identifying labels that use a variety of recognizable naming conventions the efficient coexistence of telephone, video, and data communication within a single network, offering convenience and flexibility not possible with separate infrastructures the integration of communication channels into a single service
Answers: 2
image
Computers and Technology, 24.06.2019 04:10, kris1920
Write a program that reads a set of floating-point values. ask the user to enter the values, then print • the average of the values. • the smallest of the values. • the largest of the values. • the range, that is the difference between the smallest and largest. of course, you may only prompt for the values once.
Answers: 3
image
Computers and Technology, 24.06.2019 12:00, violetagamez2
What is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements such as the logo, navigation, content, and footer?
Answers: 3
You know the right answer?
for this lab assignment, you are required to implement the methods specified in the mytree. txt file...

Questions in other subjects:

Konu
Mathematics, 29.09.2021 01:30