Question d’entretien chez Eliga Innovative

array list and linked list

Réponse à la question d'entretien

Utilisateur anonyme

25 sept. 2017

ArrayList (AL) internally uses array While LinkedList (LL) uses linked list AL: insertion is easy LL: deletion is easy AL: better for storing and accessing LL: better for manipulation