Skip to content

Commit 6f1faaf

Browse files
authored
Update 0001-Two-Sum-两数之和.md
1 parent 3b77ec3 commit 6f1faaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode-solutions/0001-Two-Sum-两数之和.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://leetcode-cn.com/problems/two-sum/
3232

3333
下图以示例演示一下哈希表,将数组插入到哈希表中,查找给定的`key`,即可以在`O(1)` 的时间复杂度查找到,图中的a、b、c、d指的是哈希表的索引。
3434

35-
![示例](https://user-images.githubusercontent.com/87517460/128287010-e268ab24-d3fd-495e-ad8c-16703ad4251e.png)
35+
<img width="676" alt="示例" src="https://user-images.githubusercontent.com/87517460/128287010-e268ab24-d3fd-495e-ad8c-16703ad4251e.png">
3636

3737

3838
## Java代码

0 commit comments

Comments
 (0)