From 4a00533907431b71d538af6a92581621b71fe2c6 Mon Sep 17 00:00:00 2001 From: youngyangyang04 <826123027@qq.com> Date: Wed, 26 May 2021 09:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E5=85=A5=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/0001.两数之和.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/0001.两数之和.md b/problems/0001.两数之和.md index e3a64f17..d8a57055 100644 --- a/problems/0001.两数之和.md +++ b/problems/0001.两数之和.md @@ -57,7 +57,7 @@ std::unordered_map 底层实现为哈希表,std::map 和std::multimap 的底 解题思路动画如下: -![](https://code-thinking.cdn.bcebos.com/gifs/1.两数之和.mp4) + C++代码: