Skip to content
Related Articles
Open in App
Not now

Related Articles

Memory efficient doubly linked list

Improve Article
Save Article
  • Difficulty Level : Medium
  • Last Updated : 05 Jul, 2017
Improve Article
Save Article

Asked by Varun Bhatia.

Question:
Write a code for implementation of doubly linked list with use of single pointer in each node.

Solution:

This question is solved and very well explained at http://www.linuxjournal.com/article/6828.

We also recommend to read http://en.wikipedia.org/wiki/XOR_linked_list

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!