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


Please Help Members By Posting Answers For Below Questions

What is boyce codd normal form in c++?

792


What is flag in computer?

685


Name the implicit member functions of a class.

700


Do you know about latest advancements in C++ ?

754


What is a modifier in c++?

719






Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

858


If you don’t declare a return value, what type of return value is assumed?

633


Which programming language is best to learn first?

684


What is the c++ code?

643


Where the memory to the static variables is allocated?

646


What is switch case in c++ syntax?

712


Differentiate between an external iterator and an internal iterator?

661


How can you specify a class in C++?

895


Can java be faster than c++?

766


Do we have to use initialization list in spite of the assignment in constructors?

670