A binary tree can be created using a struct or class containing a data value and
a. a pointer to the first child node
b. a pointer to the last child node
c. two pointers, one for the left child and one for the right child
d. two data nodes
e. None of these
c. two pointers, one for the left child and one for the right child
Computer Science & Information Technology
You might also like to view...
Which of the following is a Windows 8.1 power option?
A) Balanced B) Maximum Power C) Minimum Power D) Battery Backup
Computer Science & Information Technology
Which of the following is the best collision detection strategy to use to determine whether the user clicks within a circular shaped object?
A. point-in-rectangle B. distance-based or circle-based C. rectangle-based
Computer Science & Information Technology