Processing math: 100%

Hashing and Data Structures

###Problem 1

  1. Universal hash function: at most 1m of |P| parameters cause collision
  2. Universal hash functions can have different “effectiveness”
    • 1 parameter: logm bits
    • 2 parameter: 2logm bits
  3. Linear hash function is easy to break

###Problem 2

###Problem 3

###Problem 4

Your Comments