Hi, What do you mean by hash function with suitable example?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Definition: A hash function is a function that takes a set of inputs of any arbitrary size and fits them into a table or other data structure that contains fixed-size elements. Let’s take a simple example by taking each number mod 10, and putting it into a hash table that has 10 slots.