OSDN Git Service

Merge branch 'master' into sort
authorouuan <y___o___u@126.com>
Mon, 26 Aug 2019 06:48:57 +0000 (14:48 +0800)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 06:48:57 +0000 (14:48 +0800)
1  2 
docs/basic/heap-sort.md
docs/basic/merge-sort.md

@@@ -1,5 -1,5 +1,5 @@@
- 对所有记录建 [堆](/ds/heap/) 。
 -对所有记录建 [堆](../ds/heap.md) 
++对所有记录建 [堆](../ds/heap.md) 。
  
 -每次取出堆顶元素,就可以依次得到排好序的序列。
 +依次取出堆顶元素,就可以得到排好序的序列。
  
  时间复杂度为 $O(n\log n)$ 。
Simple merge