Is there any way to get a list of all the collisions which occurred after inserting a number of elements into a HashMap/HashTable/HashSet?
For example:
<1, 3> collided with <4, 2>, <4, 5> collided with <57, 6> ...
Is there any way to get a list of all the collisions which occurred after inserting a number of elements into a HashMap/HashTable/HashSet?
For example:
<1, 3> collided with <4, 2>, <4, 5> collided with <57, 6> ...