what is the difference between Array list and linked list?

Question

Anyone, can you help me with this question?

Answer ( 1 )

    0
    2025-02-13T15:49:38+00:00

    Basically, an array is a set of similar data objects stored in sequential memory locations under a common heading or a variable name. While a linked list is a data structure which contains a sequence of the elements where each element is linked to its next element. There are two fields in an element of linked list.

Leave an answer