Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f0ec139

Browse files
Update README.zh-CN.md (trekhleb#685)
1 parent 8e8f28f commit f0ec139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/data-structures/hash-table/README.zh-CN.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 哈希表
22

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

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /