When are hash functions orthogonal to each other?
问题 When are hash functions orthogonal to each other? And can you provide an example in Java of two hash functions that are orthogonal to each other? 回答1: From (a Google search result paper) (Orthogonal Hash Functions) Two hash functions h1 and h2 are orthogonal, if for all states s, s' ∈ S with h1 (s) = h1 (s') and h2 (s) = h2 (s') we have s = s'. S. Edelkamp, Perfect Hashing for State Space Exploration on the GPU. In English, if any two given values passed to two different orthogonal hash