mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Update README.zh-CN.md (#685)
This commit is contained in:
parent
8e8f28ffcf
commit
f0ec1395c1
@ -1,7 +1,7 @@
|
||||
# 哈希表
|
||||
|
||||
在计算中, 一个 **哈希表(hash table 或hash map)** 是一种实现 *关联数组(associative array)*
|
||||
的抽象数据;类型, 该结构可以将 *键映射到值*。
|
||||
的抽象数据类型, 该结构可以将 *键映射到值*。
|
||||
|
||||
哈希表使用 *哈希函数/散列函数* 来计算一个值在数组或桶(buckets)中或槽(slots)中对应的索引,可使用该索引找到所需的值。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user