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
What is property in oops?
What is abstraction encapsulation?
What are classes oop?
Can we create object of interface?
What is multilevel inheritance explain with example?
Why do we use polymorphism?
What does it mean when someone says I oop?
Why is oop useful?
What is difference between data abstraction and encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is multilevel inheritance in oop?
What is the renewal class?
Is html an oop?
How do you achieve runtime polymorphism?
Why it is called runtime polymorphism?