Which of the following techniques can be used to handle collisions in a Hash…

2023

Which of the following techniques can be used to handle collisions in a Hash Table?

  1. A.

    Chaining

  2. B.

    Open Addressing

  3. C.

    Both a) and b)

  4. D.

    None of the above

Attempted by 317 students.

Show answer & explanation

Correct answer: C

Collisions in a hash table can be resolved through various methods. The two primary methods are Chaining (also known as Separate Chaining) and Open Addressing.

Explore the full course: Cocubes Preparation