cplusplus-_Implementation_Of_Introduction_to_Algorithms icon indicating copy to clipboard operation
cplusplus-_Implementation_Of_Introduction_to_Algorithms copied to clipboard

heapsort的时间复杂度有问题

Open cocoa0409 opened this issue 4 years ago • 0 comments

makeheap O(n)

heapify O(lgn)

heapsort O(n+n*lgn)=O(nlgn)

cocoa0409 avatar Jul 02 '20 06:07 cocoa0409