How does rehashing affect a hash table?
A. It sorts elements in the hash table.
B. It increases the size of the hash table and re-calculates indices for all elements.
C. It adds new elements to the hash table.
D. It sorts elements in the hash table.
Answer: Option B

Join The Discussion