Domanda di colloquio di Eliga Innovative

array list and linked list

Risposta di colloquio

Anonimo

25 set 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