Which of the following is not a red-black tree property?

a. the root is black
b. all leaves are black
c. consecutive red nodes are disallowed
d. every path from a node to an external node must contain the same number of black nodes
e. all of the above are red-black tree properties

B

Computer Science & Information Technology

You might also like to view...

A(n) ____________ is a property that appears in a base class, and must be overridden in a (non-abstract) derived class.

a. base property b. abstract property c. derived property d. public property

Computer Science & Information Technology

Shorter, simpler handlers are easier to debug and maintain.

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

Computer Science & Information Technology