how can u create a doubly linked list with out using
pointers?
Answer Posted / 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 |
Post New Answer View All Answers
What is algorithm in c++ programming?
Can union be self referenced?
How do I run a program in notepad ++?
Which is best ide for c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What are c++ manipulators?
What is a Default constructor?
What is purpose of abstract class?
What is endianness?
Differentiate between C and C++.
What is the best c++ compiler for windows 10?
What is tellg () in c++?
What is a map in c++?
How new/delete differs from malloc()/free?
Differentiate between late binding and early binding. What are the advantages of early binding?