Problem in understanding XOR linked list.
I am reading XOR linked list (from Wikipedia).But I am having some problems in understanding it. I am not getting following paragraph. To start traversing the list in either direction from some point, you need the address of two consecutive items, not just one. If the addresses of the two consecutive items are reversed, you will en...