Chaining — multiple items in one slot? store in a Doubly Linked List

Open Addressing — item already in slot? find the next available one

Load Factor $(\alpha)$ — $\frac{n}{m}$ where $n$ is the number of keys, and $m$ is the number of slots



Chaining

Open Addressing

Table Resizing