If several elements are competing for the same bucket in the hash table, what…

2026

If several elements are competing for the same bucket in the hash table, what is it called?

  1. A.

    Diffusion

  2. B.

    Replication

  3. C.

    Collision

  4. D.

    Duplication

Attempted by 298 students.

Show answer & explanation

Correct answer: C

Answer: c

Explanation: In a hash table, if several elements are computing for the same bucket then there will be a clash among elements. This condition is called Collision. The Collision is reduced by adding elements to a linked list and head address of linked list is placed in hash table.

Explore the full course: Coding For Placement