LeetCode-Python-206. 反轉鏈表

反轉一個單鏈表。網絡 示例:app 輸入: 1->2->3->4->5->NULL 輸出: 5->4->3->2->1->NULL 進階: 你能夠迭代或遞歸地反轉鏈表。你可否用兩種方法解決這道題?指針 來源:力扣(LeetCode) 連接:https://leetcode-cn.com/problems/reverse-linked-list 著做權歸領釦網絡全部。商業轉載請聯繫官方受權,非商業轉
相關文章
相關標籤/搜索