LinkedList | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

LinkedList

How difference between arraylist and linkedlist?

20th Jun 2017, 8:17 PM
Mr. Nobody
Mr. Nobody - avatar
1 Respuesta
+ 6
LinkedList and ArrayList both implement List Interface but how they work internally is where the differences lies. Main difference between ArrayList and LinkedList is that ArrayList is implemented using re sizable array while LinkedList is implemented using doubly LinkedList.
20th Jun 2017, 9:16 PM
Keep in mind 😎
Keep in mind 😎 - avatar