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 3601766 commit 440b746Copy full SHA for 440b746
README.md
@@ -1,6 +1,6 @@
1
# leetcode
2
3
-当前已刷:238
+当前已刷:239
4
5
### 题目
6
- 1:两数之和
@@ -441,6 +441,9 @@
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
+- 274:H 指数
445
+ - [src](https://github.com/rustors/leetcode/blob/main/src/bin/h-index.rs)
446
+ - [leetcode](https://leetcode-cn.com/problems/h-index/)
447
- 290:单词规律
448
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/word-pattern.rs)
449
- [leetcode](https://leetcode-cn.com/problems/word-pattern/)
0 commit comments