What does a xor linked list have?
(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
This is a very interesting question from Xor Linked List in portion Types of Lists of Data Structures & Algorithms I
This question was posed to me in class test.