
Data Structure
Memory Efficient Doubly Linked List – Explanation and Implementation
April 2, 2017
| The memory efficient doubly linked list, also known as XOR linked list is a modification of doubly linked list where each node is same as the node of
Read More