Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bestgopher committed Aug 25, 2021
1 parent 57490b1 commit 0de6f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 0de6f5f

Please sign in to comment.