What is xor linked list ?

Q & ACategory: Data StructureWhat is xor linked list ?
Admin Staff asked 4 years ago

What is xor linked list ?
a) uses of bitwise XOR operation to decrease storage requirements for doubly linked lists
b) uses of bitwise XOR operation to decrease storage requirements for linked lists
c) uses of bitwise operations to decrease storage requirements for doubly linked lists
d) just another form of linked list

1 Answers
Admin Staff answered 4 years ago

a) uses of bitwise XOR operation to decrease storage requirements for doubly linked lists