Skip to content

Commit 3b77ec3

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

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

35-
![示例](https://pic.leetcode-cn.com/1627800613-QlOZvO-image-20210730222257466.png)
35+
![示例](https://user-images.githubusercontent.com/87517460/128287010-e268ab24-d3fd-495e-ad8c-16703ad4251e.png)
36+
3637

3738
## Java代码
3839

0 commit comments

Comments
 (0)