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
Which is better struts or spring?
How to improve object oriented design skills?
How do you answer polymorphism?
What are constructors in oop?
What are the 5 oop principles?
What is a null tree?
What is encapsulation oop?
What does sksksk mean in text slang?
What are different oops concepts?
What are the data types in oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What does enum stand for?
What is object and example?
Is html an oop?
What are functions in oop?