Name an advantage of linked list over array?
Answer Posted / satish kondapalli
computer memory is divided into blocks.each work use these
blocks in non-contigious manner.but array elements are
stored in continous memory allocation.this will adversely
affect unuse of the memory blocks.array searches for bigger
blocks it needed,so that many small nlocks of memory is
unused.the main advantage of linkedlist is it can use
non-continuous memory blocks,because of it has the relation
between the nodes,and this is main merit over array.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Can we create object of abstract class?
What is basic concept of oop?
write knight tour problem which is present in datastructure
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is the significance of classes in oop?
How to hide the base class functionality in Inheritance?
What does no cap mean?
Get me an image implementation program.
What is inheritance write a program to show use of inheritance?
What is abstraction in oops with example?
Explain the advantages of inheritance.
what type of question are asked in thoughtworks pair programming round ?
which feature are not hold visual basic of oop?
What is abstraction with example?
Why oops is important?