Q91
What does a xor linked list have?
A.
every node stores the XOR of addresses of previous and next nodes
AnswerB.
actuall memory address of next node
C.
every node stores the XOR of addresses of previous and next two nodes
D.
every node stores xor 0 and the current node address
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board