Data Structure Hash Tables Question #5687
Single Choice Easy

QWhich of the following is a disadvantage of using open addressing for collision resolution?

ID: #5687 Hash Tables 451 views
Question Info
#5687Q ID
EasyDifficulty
Hash TablesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A It can lead to clustering of elements in the table.
  • B It requires more memory than separate chaining.
  • C It requires more time to access elements than separate chaining.
  • D It cannot handle collisions efficiently.
Correct Answer

Explanation

It can lead to clustering of elements in the table.

Share This Question

Challenge a friend or share with your study group.