in brief, in the next pointer put the XOR value of previous and next block address. when you want to access the previous node just do the XOR operation with next block address and for next node do the XOR operation with previous block address. it will require an extra variable to maintain either previous node address or next node address.
-- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To view this discussion on the web visit https://groups.google.com/d/msg/algogeeks/-/c9ibogMmpkMJ. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.