We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57490b1 commit 0de6f5fCopy full SHA for 0de6f5f
README.md
@@ -6,7 +6,7 @@
6
7
### 题目
8
9
-| 编号 | 题目 | 描述 | 代码 | 难度 |
+| 编号 | 题目 | 代码 | 题目描述 | 难度 |
10
| ---- | ---- | ---- | ---- | ---- |
11
|1 | 两数之和 | [src](https://github.com/rustors/leetcode/blob/main/src/bin/two-sum.rs) | [leetcode](https://leetcode-cn.com/problems/two-sum/) | Easy |
12
|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 |
0 commit comments