错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Universal Hashing

  • Thomas Mailund

摘要

Generally, you cannot assume that an application can produce uniformly distributed keys, and the hash functions in Chapter 6 are only heuristics. They make no guarantees about the results of hashing application keys and thus risk pathological cases where operations are linear rather than constant. You can download this chapter's code at .