Question d’entretien chez Herald Logic

What is the difference between link list and array list

Réponses aux questions d'entretien

Utilisateur anonyme

29 avr. 2022

Array list is a dynamic array

2

Utilisateur anonyme

20 août 2025

Array List and Link list both are dynamic but linklist stores the element as well as address of the next node in which the next element is stored, additionally Arraylist stores data in a sequence where as in case of linklist data is stored randomly, but as a linklist node stores both the element and points the address of the next node we can get whole linklist at once as array