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
Where Malloc(), Calloc(), and realloc() does get memory?
Why is c++ not purely object oriented?
what is oops and list its features in c++?
Why c++ is faster than java?
What do manipulators do?
What is the two main roles of operating system?
What's the order in which the objects in an array are destructed?
Is std :: string immutable?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is boyce codd normal form in c++?
What is const pointer and const reference?
What is the rule of three?
What are the 4 types of library?
How does the copy constructor differ from the assignment operator (=)?
Is c++ a programming language?