From 0de6f5f05648ab6dd4124f5e029b13ecb32ed5e3 Mon Sep 17 00:00:00 2001 From: bestgopher <84328409@qq.com> Date: Wed, 25 Aug 2021 13:49:38 +0800 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f688ca..f826b1ad 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### 题目 -| 编号 | 题目 | 描述 | 代码 | 难度 | +| 编号 | 题目 | 代码 | 题目描述 | 难度 | | ---- | ---- | ---- | ---- | ---- | |1 | 两数之和 | [src](https://github.com/rustors/leetcode/blob/main/src/bin/two-sum.rs) | [leetcode](https://leetcode-cn.com/problems/two-sum/) | Easy | |2 | 两数相加 | [src](https://github.com/rustors/leetcode/blob/main/src/bin/add-two-numbers.rs) | [leetcode](https://leetcode-cn.com/problems/add-two-numbers/) | Medium |