In a binary tree class you usually have a pointer as a member that is set to the

a. leftmost child node
b. first leaf node
c. root of the tree
d. deepest leaf node
e. None of these

c. root of the tree

Computer Science & Information Technology

You might also like to view...

Which of the following are QoS issues for a VoIP network?

a. Jitter b. Network latency and packet loss c. Queuing d. All the above are issues

Computer Science & Information Technology

Passing parameters to a function has an effect at ____ time.

A. compile B. link C. run D. build

Computer Science & Information Technology