Explain what a contiguous array is and that list (slots) and dict (buckets) and other use it behind the scenes.
Explain offsetting: "It does not have to follow a reference to some "random" memory location once it has followed the reference to the dict object's "start" in memory."
Explain what a contiguous array is and that list (slots) and dict (buckets) and other use it behind the scenes.
Explain offsetting: "It does not have to follow a reference to some "random" memory location once it has followed the reference to the
dict
object's "start" in memory."