#

反转链表

  • 【算法日常】K个一组反转链表

    K个一组翻转链表 题目来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/reverse-nodes-in-k-group 给你一个链表,每 k 个节

    作者:wx5dcb7577ac572
    2020-07-23 09:15:11
  • leetcode:[206]反转链表

    Reverse a singly linked list. Example: Input: 1->2->3->4->5->NULLOutput: 5->4->

    作者:Jayce_SYSU
    2020-07-07 14:39:07