Update 0206.翻转链表.md

This commit is contained in:
程序员Carl
2021-10-05 14:21:08 +08:00
committed by GitHub
parent dab89905ad
commit abd3358314

View File

@ -100,7 +100,7 @@ public:
具体代码如下(带详细注释): 具体代码如下(带详细注释):
```c++ ```CPP
class Solution { class Solution {
public: public:
ListNode* reverseList(ListNode* head) { ListNode* reverseList(ListNode* head) {