|
|
|
|
|
by mizmar
65 days ago
|
|
Another similar trick - XOR doubly linked list: XOR the prev and next pointers (storaged size of node decreases) and you can recover the values when accessing the node from prev or next side and thus already know one of the addresses. |
|