Answer:
The minimum number of collisions that must occur on the hash value with the most collisions = 0 or 1 or m - p depending on the scenario.
The maximum number of collisions that might occur on some hash value = m - 1
Explanation:
1) Suppose a scenario where the value of m is less than any kind of possible hash values:
- Then, you can have a zero minimum number of collisions.
- As there will be the same value for all m strings and the hash value might have m -1 maximum number of collisions so this is possible.
2) Suppose another scenario where the value of m is greater than any kind of possible hash values:
- Then, you can have at least one minimum number of collisions and it may also be m - p minimum number of collisions in some other cases.
- As there will be the same value for all m strings and the hash value might have m -1 maximum number of collisions so this is possible.