3,368 views
0 votes
0 votes
Is it possible to create a doubly linked list using only one pointer with every node

<a>Yes,possible by storing XOR of current and previous node

<b>Yes,possible by storing XOR of addresses of previous and next node

<c>Yes,possible by storing XOR of address and next node

<d>Not possible

1 Answer

Related questions

2 votes
2 votes
3 answers
2
Nishikant kumar asked Dec 26, 2015
11,951 views
which of the following is not O(1) for an array of sorted integers.Assume all are distinct..<a>find the ith smallest element<b>find the ith largest element<c>delete an el...
0 votes
0 votes
1 answer
3