How does double hashing work to resolve collisions in a hash table?
A. By linking colliding elements in a list.
B. By using a quadratic function to find a new slot.
C. By probing linearly for the next open slot.
D. By using a second hash function to compute a new index.
Answer: Option D

Join The Discussion