Python Forum
Array lists vs Linked Lists - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Array lists vs Linked Lists (/thread-31202.html)



Array lists vs Linked Lists - sabe - Nov-27-2020

in Phyton what are all the differences between array list vs linkedlist? Thank you Shy


RE: Array lists vs Linked Lists - jefsummers - Nov-28-2020

That sounds like a homework assignment. And, it's called Python.


RE: Array lists vs Linked Lists - perfringo - Nov-28-2020

First of all - I also have a question: what are array lists and linked lists in Python?

There are array and list datatypes in Python. If you are talking about these (or any other built-in datatype) then documentation is always a good source of information.