Skip to content

Commit b2c04ff

Browse files
添加动画
1 parent 4a00533 commit b2c04ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

problems/0001.两数之和.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ std::unordered_map 底层实现为哈希表,std::map 和std::multimap 的底
5757

5858
解题思路动画如下:
5959

60-
<video src="https://code-thinking.cdn.bcebos.com/gifs/1.两数之和.mp4" controls="controls" width="500" height="300"></video>
60+
61+
![](https://code-thinking.cdn.bcebos.com/gifs/1.两数之和.gif)
62+
6163

6264
C++代码:
6365

0 commit comments

Comments
 (0)