Why is it difficult to store linked list in an array?

Answer Posted / truong

Because size of linked list is usually very large. So it is difficult to store data in a linked list in a continuously memory as an array.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does java differ from c and c++?

530


What are c++ redistributables?

552


What is scope resolution operator in c++ with example?

547


What is implicit conversion/coercion in c++?

640


What does std mean in c++?

573






Why is c++ so fast?

521


What is a tree in c++?

557


What is a vector c++?

543


What is data structure in c++?

644


Why do we use string in c++?

501


How do you sort a sort function in c++ to sort in descending order?

544


What is an inclusion guard?

609


What is the difference between #define debug 0 and #undef debug?

634


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

574


What are the defining traits of an object-oriented language?

680