Skip to content

Commit b1ec11b

Browse files
committed
README.md
1 parent d6b2c1f commit b1ec11b

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

55
### 题目
66
- 1:两数之和
@@ -66,6 +66,9 @@
6666
- 24:两两交换链表中的节点
6767
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/swap-nodes-in-pairs.rs)
6868
- [leetcode](https://leetcode-cn.com/problems/swap-nodes-in-pairs/)
69+
- 25:K 个一组翻转链表
70+
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/reverse-nodes-in-k-group.rs)
71+
- [leetcode](https://leetcode-cn.com/problems/reverse-nodes-in-k-group/)
6972
- 26:删除有序数组中的重复项
7073
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/remove-duplicates-from-sorted-array.rs)
7174
- [leetcode](https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/)

0 commit comments

Comments
 (0)