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 |
Why is c++ is better than c?
What are the difference between reference variables and pointers in C++?
What are the general quetions are in DEna bank manager IT/System interviews?
What is RAII (Resource Acquisition Is Initialization)?
Who invented turbo c++?
What is bubble sort c++?
What is #include iomanip?
Write a program to find the Fibonacci series recursively.
Explain the concept of inheritance in C++.
What is a parameterized type?
Where and why do I have to put the "template" and "typename" keywords?
What should main() return in c and c++?