Update and fix some contents.

Place the comment box above the comments.
This commit is contained in:
krahets
2023-06-01 18:46:07 +08:00
parent de10d2e471
commit 268c73b3c3
5 changed files with 22 additions and 16 deletions

View File

@@ -37,7 +37,7 @@
## 开放寻址
「开放寻址」方法不引入额外的数据结构,而是通过“多次探测”来解决哈希冲突,**探测方主要包括线性探测、平方探测、多次哈希**。
「开放寻址」方法不引入额外的数据结构,而是通过“多次探测”来解决哈希冲突,**探测方主要包括线性探测、平方探测、多次哈希**。
### 线性探测