We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c74c8b1 + e7941a7 commit 6166d90Copy full SHA for 6166d90
problems/0024.两两交换链表中的节点.md
@@ -9,6 +9,8 @@
9
10
## 24. 两两交换链表中的节点
11
12
+https://leetcode-cn.com/problems/swap-nodes-in-pairs/
13
+
14
给定一个链表,两两交换其中相邻的节点,并返回交换后的链表。
15
16
你不能只是单纯的改变节点内部的值,而是需要实际的进行节点交换。
0 commit comments