Skip to content

Commit 9503e16

Browse files
committed
README.md
1 parent 148c85c commit 9503e16

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

55
### 题目
66
- 1:两数之和
@@ -462,6 +462,9 @@
462462
- 349:两个数组的交集
463463
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/intersection-of-two-arrays.rs)
464464
- [leetcode](https://leetcode-cn.com/problems/intersection-of-two-arrays/)
465+
- 357:计算各个位数不同的数字个数
466+
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/count-numbers-with-unique-digits.rs)
467+
- [leetcode](https://leetcode-cn.com/problems/count-numbers-with-unique-digits/)
465468
- 367:有效的完全平方数
466469
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/valid-perfect-square.rs)
467470
- [leetcode](https://leetcode-cn.com/problems/valid-perfect-square/)

0 commit comments

Comments
 (0)