In a binary search tree, if a node has two children, then how many key values does the node itself contain?

a) none
b) one
c) two
d) the number may vary

b.

Computer Science & Information Technology

You might also like to view...

The __________ clause can be used to match columns with the same name, but different data types.

A) NATURAL JOIN B) USING C) CROSS JOIN D) OUTER JOIN

Computer Science & Information Technology

What type of algorithm is list indexing an example of?

A. constant-time B. logarithmic-time C. exponential-time D. linear-time

Computer Science & Information Technology