diff --git a/translated/talk/20190105 Why Sorting is O(N log N).md b/published/20190105 Why Sorting is O(N log N).md similarity index 99% rename from translated/talk/20190105 Why Sorting is O(N log N).md rename to published/20190105 Why Sorting is O(N log N).md index cb8ab187bd..36aadec5bb 100644 --- a/translated/talk/20190105 Why Sorting is O(N log N).md +++ b/published/20190105 Why Sorting is O(N log N).md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (silentdawn-zz) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-12594-1.html) [#]: subject: (Why Sorting is O\(N log N\)) [#]: via: (https://theartofmachinery.com/2019/01/05/sorting_is_nlogn.html) [#]: author: (Simon Arneaud https://theartofmachinery.com)