Computer scienceAlgorithms and Data StructuresAlgorithmsPrinciples and techniquesHashing

Hash function

Simple way

Report a typo

Suppose you are given the following hash function:

  1. It takes as an input an array of integers.
  2. It returns the sum of the integers.

What is the main problem of this hash function?

Select one option from the list
___

Create a free account to access the full topic