Q253
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
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board