Skip to content

Commit

Permalink
Update README.zh-CN.md (trekhleb#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushoujian committed Jan 27, 2022
1 parent 8e8f28f commit f0ec139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-structures/hash-table/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 哈希表

在计算中, 一个 **哈希表(hash table 或hash map)** 是一种实现 *关联数组(associative array)*
的抽象数据;类型, 该结构可以将 *键映射到值*
的抽象数据类型, 该结构可以将 *键映射到值*

哈希表使用 *哈希函数/散列函数* 来计算一个值在数组或桶(buckets)中或槽(slots)中对应的索引,可使用该索引找到所需的值。

Expand Down

0 comments on commit f0ec139

Please sign in to comment.