1 / 8

Universal Hash Functions: Definition and Example

Data Structures. Universal Hash Functions: Definition and Example. Design and Analysis of Algorithms I. Overview of Universal Hashing. Universal Hash Functions.

benard
Download Presentation

Universal Hash Functions: Definition and Example

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Structures Universal Hash Functions: Definition and Example Design and Analysis of Algorithms I

  2. Overview of Universal Hashing

  3. Universal Hash Functions

  4. Consider a hash function family , where each hash function of maps elements from a universe to one of buckets. Suppose has the following property: for every bucket and key , a fraction of the hash functions in map to . Is universal? Yes, always. No, never. Maybe yes, maybe no (depends on the ). Only if the hash table is implemented using chaining.

  5. Example: Hashing IP Addresses

  6. A Universal Hash Function

  7. Proof (Part I)

  8. Proof (Part II)

More Related