Computer scienceAlgorithms and Data StructuresAlgorithmsPrinciples and techniquesHashing

Simplistic hash functions

Computing the hash of a double array

Report a typo

Wow! This problem is kind of tricky. If you're ready to put your thinking cap on, brace yourself, and good luck! Otherwise, you can skip it for now and return any time later.

Let SS be an array of arrays of integers [[1,2],[2,3]][[1,2],[2,3]]. Using p=2p = 2 for all arrays and without modulo division, calculate the hash value of the array SS.

Enter a number
___

Create a free account to access the full topic