Skip to content

Commit 265ac9c

Browse files
committed
README.md
1 parent 19de7fe commit 265ac9c

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

55
### 题目
66
- 1:两数之和
@@ -447,6 +447,9 @@
447447
- 278:第一个错误的版本
448448
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/first-bad-version.rs)
449449
- [leetcode](https://leetcode-cn.com/problems/first-bad-version/)
450+
- 279:完全平方数
451+
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/perfect-squares.rs)
452+
- [leetcode](https://leetcode-cn.com/problems/perfect-squares/)
450453
- 290:单词规律
451454
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/word-pattern.rs)
452455
- [leetcode](https://leetcode-cn.com/problems/word-pattern/)

0 commit comments

Comments
 (0)