Reorder Linked List

Link: https://leetcode.com/problems/reorder-list/ Idea Find the middle point of the list and divide the list into two parts by setting mid.next = null
posted on 2021-08-08 21:08  blackraven25  阅读(21)  评论(0编辑  收藏  举报