Question d’entretien chez HCLTech

What is the difference between an array and a linked list

Réponse à la question d'entretien

Utilisateur anonyme

17 juin 2026

An array stores data in continuous memory and is fast to access. A linked list stores data in nodes and is easier to grow but slower to access.