| 1. |
la) What are the advantages of linked listsover arrays? |
|
Answer» The principalbenefitof alinked list overa conventionalarrayis that thelistelements can be easily inserted or removed without reallocation or reorganization of the entire structure because the data items need not be stored contiguously in memory or on disk, while restructuring anarrayat run-time is a much more ... The principalbenefitof alinked list overa conventionalarrayis that thelistelements can be easily inserted or removed without reallocation or reorganization of the entire structure because the data items need not be stored contiguously in memory or on disk, while restructuring anarrayat run-time is a much more |
|