Sketch the tree that results from removing element 35 from the tree below:

(45)
/ \
(30) (60 82)
/ \ / \
(22) (35 50) (51 55) (87)
What will be an ideal response?

35 is in a 3-node that is a leaf node. Removing 35 reduces the node to a 2-node. As it is a leaf node, it has no
children to address. The tree looks like this:
(45)
/ \
(30) (60 82)
/ \ / \
(22) (50) (51 55) (87)

Computer Science & Information Technology

You might also like to view...

The square root function is available in the Equation editor.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To use your computer more efficiently you should ____.

A. run as many applications as possible B. close all applications you do not need C. run only one application at a time D. close all applications that are running except one

Computer Science & Information Technology