K个一组翻转链表 题目来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/reverse-nodes-in-k-group 给你一个链表,每 k 个节
Reverse a singly linked list. Example: Input: 1->2->3->4->5->NULLOutput: 5->4->