is it possible to create a doubly linked list using only one pointer with every node
Welcome to the solution site, which is interested in answering educational questions, as it provides an wanser to your questions in all areas
The solution site is concerned with questions, answers and solutions for all study materials for all levels
Through the word “Ask a Question” at the top of the site, you can ask any topic or any question or inquiry you want answered by users specialized
to solving questions and educational and academic activities that you ask
Now let’s answer your question
is it possible to create a doubly linked list using only one pointer with every node
answer :Is it possible to create a doubly linked list using only one pointer with every node. (B) Yes, possible by storing XOR of addresses of previous and next nodes.