Skip to content

Commit

Permalink
fix(排序和搜索-hash查找): 修正figure6图片引用
Browse files Browse the repository at this point in the history
Fix #7
  • Loading branch information
qiwihui committed Sep 26, 2018
1 parent 1b484df commit 63a23b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.排序和搜索/5.5.Hash查找/README.md
Expand Up @@ -54,7 +54,7 @@

然后,我们可以获取这三个 ascii 值,将它们相加,并使用余数方法获取散列值(参见 Figure 6)。 Listing 1 展示了一个名为 hash 的函数,它接收字符串和表大小 作为参数,并返回从 `0``tablesize-1` 的范围内的散列值。

![5.5.Hash查找.table5](assets/5.5.Hash%E6%9F%A5%E6%89%BE.table5-1.png)
![5.5.Hash查找.figure6](assets/5.5.Hash%E6%9F%A5%E6%89%BE.figure6.png)

*Figure 6*

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63a23b1

Please sign in to comment.