Examveda

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: Option A


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)