标签: java sorting heapsort
当N = 32时,如何查找使堆栈使用尽可能多的比较的项目数组?
Does it mean O(N log N) (minimum comparisons) and O(N square) for maximum comparisons.
我做得对吗?