LeetCode25.k個一組翻轉鏈表

題目來源:https://leetcode-cn.com/problems/reverse-nodes-in-k-group/description/ 題目描述: 該題目是對反轉一個鏈表的升級版。 如何反轉一個鏈表我在之前的博客已經寫了:https://blog.csdn.net/qq_39241239/article/details/82973024 算法描述: 1.判斷鏈表,若鏈表爲空或k=1
相關文章
相關標籤/搜索