Model answer
Chaining keeps a bucket collection and tolerates load factors above one. Linear probing checks consecutive slots but clusters; quadratic probing spreads probes with squared offsets; double hashing uses a second hash for the step and usually distributes probes best.
Use the key terms, then explain the reasoning.