how can u create a doubly linked list with out using
pointers?
Answers were Sorted based on User's Feedback
Answer / ana
by multiple or single array
multiple: 3 arrays(size n) . first array for next, second
for keys and third for prev
single: 3*n size array, elements by triplets - next, key,
prev
| Is This Answer Correct ? | 5 Yes | 0 No |
What is vectorial capacity?
How important is c++?
what do you mean by memory management operators
Explain one-definition rule (odr).
Is linux written in c or c++?
Explain Text Manipulation Routines?
What is the difference between the compiler and the preprocessor?
Is dev c++ a good compiler?
Will the following program execute?
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
What is lazy initialization in c++?
Explain this pointer?