阅读背景:

链式哈希表(Hash Table)--算法导论示例

来源:互联网 


In computer science, a hash table is an associative array data structure that associates keys with values. The primary operation it supports efficiently is a lookup, where it is given a key, an identifier for the information to be found such as a person's name, and asked to find the corresponding value. It works by transforming the key using a hash function into a hash, a number that the hash table uses to locate the desired value. In computer science, a hash table is an associa




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: