1.

How can you save memory when storing color information in Red-Black tree?

A. using least significant bit of one of the pointers in the node for color information
B. using another array with colors of each node
C. storing color information in the node structure
D. using negative and positive numbering
Answer» B. using another array with colors of each node


Discussion

No Comment Found