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 boyce codd normal form in c++?
What is flag in computer?
Name the implicit member functions of a class.
Do you know about latest advancements in C++ ?
What is a modifier in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
If you don’t declare a return value, what type of return value is assumed?
Which programming language is best to learn first?
What is the c++ code?
Where the memory to the static variables is allocated?
What is switch case in c++ syntax?
Differentiate between an external iterator and an internal iterator?
How can you specify a class in C++?
Can java be faster than c++?
Do we have to use initialization list in spite of the assignment in constructors?