The rotation of a subtree requires an exchange of pointers among ____ subtree pointers.

A. one
B. two
C. three
D. four


Answer: D

Computer Science & Information Technology

You might also like to view...

To prevent modification of array values passed to a function:

a. The array must be declared static in the function. b. The array parameter can be preceded by the const qualifier. c. A copy of the array must be made inside the function. d. The array must be passed by reference.

Computer Science & Information Technology

Data transfer from a client to a server is referred to as which of the following?

a. Query b. Download c. Upload d. Pull

Computer Science & Information Technology

Use ____________________ to make several columns the same width.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What event occurs when a mouse button is released while the mouse is within the Control's boundaries?

A. MouseClick B. MouseHover C. MouseUp D. MouseMove

Computer Science & Information Technology