Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me why are linked lists better than arrays?

1 Answer

0 votes
by (119k points)

To keep it simple, Linked lists are better than arrays because of its:
1) Dynamic size 
2) Ease of insertion/deletion 

I recommend enrolling in this Python Training Course by Intelllipaat to learn Python.

Also, you can watch this video on linked list in Python:

Related questions

0 votes
1 answer
asked Oct 30, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...