Skip to content

Commit 440b746

Browse files
committed
README.md
1 parent 3601766 commit 440b746

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-
当前已刷:238
3+
当前已刷:239
44

55
### 题目
66
- 1:两数之和
@@ -441,6 +441,9 @@
441441
- 268:丢失的数字
442442
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/missing-number.rs)
443443
- [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/)
444447
- 290:单词规律
445448
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/word-pattern.rs)
446449
- [leetcode](https://leetcode-cn.com/problems/word-pattern/)

0 commit comments

Comments
 (0)