148.排序链表

148.排序链表

题目

题目:https://leetcode.cn/problems/sort-list

思路

考虑到我们之前学习的数组排序方法,比较高效的排序方法,主要是快速排序归并排序