Which of the following is not a method of open addressing?

2025

Which of the following is not a method of open addressing?

Answer: D. All of the above are methods of open addressingLinear Probing, Quadratic Probing, and Double Hashing are all methods of open addressing used to resolve collisions in a hash table.

  1. A.

    Linear Probing

  2. B.

    Quadratic Probing

  3. C.

    Double Hashing

  4. D.

    All of the above are methods of open addressing

Attempted by 463 students.

Show answer & explanation

Correct answer: D

Linear Probing, Quadratic Probing, and Double Hashing are all methods of open addressing used to resolve collisions in a hash table.

Explore the full course: Coding For Placement

Loading lesson…