Skip to content

Commit e7941a7

Browse files
authored
Update 0024.两两交换链表中的节点.md
1 parent 9555e08 commit e7941a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

problems/0024.两两交换链表中的节点.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
## 24. 两两交换链表中的节点
1111

12+
https://leetcode-cn.com/problems/swap-nodes-in-pairs/
13+
1214
给定一个链表,两两交换其中相邻的节点,并返回交换后的链表。
1315

1416
你不能只是单纯的改变节点内部的值,而是需要实际的进行节点交换。

0 commit comments

Comments
 (0)