Data Structure Hash Tables Question #5688
MCQ Single Best Answer Easy

QWhich of the following is an advantage of using separate chaining for collision resolution?

ID: #5688 Hash Tables 239 views
Question Info
#5688Q ID
EasyDifficulty
Hash TablesTopic

Choose the Best Option

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

  • A It is faster than open addressing.
  • B It results in a more compact table than open addressing.
  • C It can handle an arbitrary number of collisions.
  • D It requires less memory than open addressing.
Correct Answer: Option C

Explanation

It can handle an arbitrary number of collisions.

Share This Question

Challenge a friend or share with your study group.