🎲Universal Hashing Family

A family H: for any x≠y, the probability h(x)=h(y) ≤ 1/m (m is the table size), where h∈H is chosen randomly. Example: h(x) = ((ax+b) mod p) mod m, with p being prime and a, b random. Applications include protection against targeted attacks, Bloom filters, and HyperLogLog.

Article body and graph labels may still appear in Russian where English translations have not been added yet.
📖6 min read📊Level 8🗺️1 subtopics📅April 16, 2026

Loading map...

Семейство универсальных хеш-функций

Часто задаваемые вопросы

Семейство универсальных хеш-функций — это тема о правилах, механизмах и практиках в своей области. Она помогает понять, как принимаются решения и к каким последствиям они приводят.