ITP

BSc IT - Data Structures

Discuss the advantage of linked list over array

In : BSc IT Subject : Data Structures

A user memory array is a collection of memory locations (RAM).
the advantage of a linked list over an array:


  1. The dynamic memory allocation creates a linked list. The array, on the other hand, is constructed by a static memory allocation.
    As a result, in a linked list, memory space is efficiently utilized, whereas in an array, unneeded memory space is squandered.

  2. A node can be inserted or deleted at any place in a linked list.
    Array insertion, on the other hand, allows for seven removals at the end of an array.

About us

A truly open platform where you may ask questions and get answers. We also provide comprehensive and easy-to-understand answers to question papers.  discover...

Site status

Flag Counter

Privacy Policy

Sitemap