Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

To implement a hashing function, we need to carefully choose an algorithm that produces a unique hash code for each input. The hash code should be consistent and evenly distributed across the range of possible inputs. One commonly used hashing algorithm is the ___ algorithm.

Write the missing line below.