From 6f637fba23a099f80c7c09af253ba8013fa00eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=A0=91=E6=A3=AE?= <14021051@buaa.edu.cn> Date: Sun, 15 Jul 2018 20:33:23 +0800 Subject: [PATCH] Create README.md --- 000-Two Sum/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 000-Two Sum/README.md diff --git a/000-Two Sum/README.md b/000-Two Sum/README.md new file mode 100644 index 0000000..4031d5b --- /dev/null +++ b/000-Two Sum/README.md @@ -0,0 +1,4 @@ +LeetCode第一个题 + +# C++ +刚开始用暴力匹配,后来看了答案恍然大悟,hash会快很多