Skip to content

Commit 199a5e3

Browse files
committed
README.md
1 parent 136969d commit 199a5e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# leetcode
22

3-
当前已刷:237
3+
当前已刷:238
44

55
### 题目
66
- 1:两数之和
@@ -438,6 +438,9 @@
438438
- 263:丑数
439439
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/ugly-number.rs)
440440
- [leetcode](https://leetcode-cn.com/problems/ugly-number/)
441+
- 268:丢失的数字
442+
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/missing-number.rs)
443+
- [leetcode](https://leetcode-cn.com/problems/missing-number/)
441444
- 290:单词规律
442445
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/word-pattern.rs)
443446
- [leetcode](https://leetcode-cn.com/problems/word-pattern/)

0 commit comments

Comments
 (0)