About Software
2017年4月20日 星期四
[LeetCode] 148. Sort List
轉自LeetCode
Sort a linked list in
O
(
n
log
n
) time using constant space complexity.
<Solution>
題目要求要 O(nlogn) 的時間複雜度,在這邊選擇用 merge sort
code 如下
c++
或者使用 min heap 也是可以
kotlin
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言