Question

What is the primary disadvantage of using open addressing for collision resolution compared to separate chaining, especially when the hash table becomes nearly full?

A Increased memory overhead due to pointers.
B Difficulty in handling deletions efficiently.
C Poorer cache performance.
D Requires a more complex hash function.
E Slower insertion for small tables.
Practice Next

Hey! Ask a query