mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 11:34:46 +08:00
Update 0206.翻转链表.md
This commit is contained in:
@ -100,7 +100,7 @@ public:
|
|||||||
|
|
||||||
具体代码如下(带详细注释):
|
具体代码如下(带详细注释):
|
||||||
|
|
||||||
```c++
|
```CPP
|
||||||
class Solution {
|
class Solution {
|
||||||
public:
|
public:
|
||||||
ListNode* reverseList(ListNode* head) {
|
ListNode* reverseList(ListNode* head) {
|
||||||
|
Reference in New Issue
Block a user