In python, the built-in list data structure is most likely implemented as a [...]
Answer
linked list
^^^ or some variation of it, e.g. double-linked list
^^^ reason is, unlike the array.array data structure, the list data structure can hold values of any type so it cannot be a continuous block in memory, so must be a linked list
Question
In python, the built-in list data structure is most likely implemented as a [...]
Answer
?
Question
In python, the built-in list data structure is most likely implemented as a [...]
Answer
linked list
^^^ or some variation of it, e.g. double-linked list
^^^ reason is, unlike the array.array data structure, the list data structure can hold values of any type so it cannot be a continuous block in memory, so must be a linked list
If you want to change selection, open document below and click on "Move attachment"
pdf
owner: kkhosravi - (no access) - PYTHON_DATA_STRUCTURES_AND_ALGORITHMS.pdf, p124
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.