Daffodil International University
Faculty of Science and Information Technology => Science and Information => Topic started by: rashidacse on November 28, 2015, 12:57:11 PM
-
Linked list doesn't give you ability to access Nth item in list easily. Array is similiar to python's list - ["some_text", 4, ...] but supports only one type. You can't mix them like in the above list. Profit of such solution is speed of accessing to Nth item.
Linked list isn't exactly the same as normal python's list.