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

Answer Posted / maria

Because of defragmentation, when node should be deleted.

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

1746


What is the function of I/O library in C++ ?

657


What is std namespace in c++?

715


What do you mean by persistent and non persistent objects?

732


Where Malloc(), Calloc(), and realloc() does get memory?

607






What is a manipulator in c++?

711


Can I run c program in turbo c++?

575


How does c++ sort work?

556


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1783


Do you know what are pure virtual functions?

636


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3694


Give 10 points of differences between C & C++.

619


Why do we learn c++?

527


What is object file? How can you access object file?

593


Is it possible for the objects to read and write themselves?

637