All the elements that hash to the same slot are placed into the same linked list in:
Step-by-step Solution:
Question: All the elements that hash to the same slot are placed into the same linked list in:
Explanation:
In hashing, when two or more keys are mapped to the same slot (called a collision), we need a technique to handle it.
Hence, the correct answer is: Chaining.