LinkedList | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

LinkedList

How difference between arraylist and linkedlist?

20th Jun 2017, 8:17 PM
Mr. Nobody
Mr. Nobody - avatar
1 Answer
+ 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