Skip to content

Commit

Permalink
修改勘误.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shonminh authored Apr 11, 2018
1 parent 96ab138 commit dce07be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/算法.md
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ public class Transaction{

### 3. 基于线性探测法的散列表

线性探测法使用空位来解决冲突,当冲突发生时,向前探测一个空位来存储冲突的键。使用线程探测法,数组的大小 M 应当大于键的个数 N(M>N)。
线性探测法使用空位来解决冲突,当冲突发生时,向前探测一个空位来存储冲突的键。使用线性探测法,数组的大小 M 应当大于键的个数 N(M>N)。

<div align="center"> <img src="../pics//dbb8516d-37ba-4e2c-b26b-eefd7de21b45.png" width="400"/> </div><br>

Expand Down

0 comments on commit dce07be

Please sign in to comment.