Skip to content

Commit 6166d90

Browse files
Merge pull request youngyangyang04#503 from Gasoonjia/patch-1
Update 0024.两两交换链表中的节点.md
2 parents c74c8b1 + e7941a7 commit 6166d90

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)