✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
I want to keep track of the number of collisions I have. So far, I have observed 2 collisions. No items have been removed from the hash table. I add a single item Charlie to the hash table. The hash position for Charlie is 3. What will my updated collision count be?
Note: We are using Linear Probing to handle collision resolution.