8000
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 5f9c14c commit 22845f5Copy full SHA for 22845f5
README.md
@@ -1,6 +1,6 @@
1
# leetcode
2
3
-当前已刷:239
+当前已刷:240
4
5
### 题目
6
- 1:两数之和
@@ -444,6 +444,9 @@
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
+- 278:第一个错误的版本
448
+ - [src](https://github.com/rustors/leetcode/blob/main/src/bin/first-bad-version.rs)
449
+ - [leetcode](https://leetcode-cn.com/problems/first-bad-version/)
450
- 290:单词规律
451
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/word-pattern.rs)
452
- [leetcode](https://leetcode-cn.com/problems/word-pattern/)
0 commit comments