Skip to content

Commit 8b95d4a

Browse files
author
Draveness
committed
Add linked list link to hashtable article
1 parent 22b3420 commit 8b95d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objc/上古时代 Objective-C 中哈希表的实现.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
`NXHashTable` 的实现有着将近 30 年的历史,不过仍然作为重要的底层数据结构存储整个应用中的类。
1414

15-
> 文中会涉及一些数据结构方面的简单知识。
15+
> 文中会涉及一些数据结构方面的简单知识,例如[拉链法](https://en.wikipedia.org/wiki/Hash_table#Separate_chaining_with_linked_lists)
1616
>
1717
> 注意:**文章中分析的不是 `NSHashTable` 而是 `NXHashTable`**
1818

0 commit comments

Comments
 (0)