Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

https://leetcode.cn/problems/reverse-linked-list/description/

给你单链表的头节点 给你单链表的头节点 head ,请你反转链表,并返回反转后的链表。


示例 1:

...