In linear probing, if the initial probe encounters a collision, where does the search for an empty slot proceed?
To the next available slot in the hash table
To the position determined by the hash function
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Data Structures and Algorithms Exercises are loading ...