I am working on a program for a class and it requires me to find the collision rate after some inputs are hashed into tables of various sizes. I am unsure how the collision rate is defined is it (Collisions / # of hashed inputs) X 100% or is it dependent on the hash table size?