Hash Table · Separate Chaining
h(k) = k mod 7  ·  collisions extend the bucket
buckets 7
load factor 0.00
inserted 0
inserting
bucket slot (array index)
stored key-value node
collision — chained to list tail