We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136969d commit 199a5e3Copy full SHA for 199a5e3
README.md
@@ -1,6 +1,6 @@
1
# leetcode
2
3
-当前已刷:237
+当前已刷:238
4
5
### 题目
6
- 1:两数之和
@@ -438,6 +438,9 @@
438
- 263:丑数
439
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/ugly-number.rs)
440
- [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/)
444
- 290:单词规律
445
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/word-pattern.rs)
446
- [leetcode](https://leetcode-cn.com/problems/word-pattern/)
0 commit comments