Hash Tables
1. In a linear-probing hash table, which of the following circumstances results in linear running time for a random search hit?
2. In a hash table, what is the ideal definition of a collision?
3. Which of the following statement(s) is TRUE?