Page 1 of 1

What does a xor linked list have?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) every node stores the XOR of addresses of previous and next nodes
b) 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