For binary heaps with $$N$$ elements, the *BuildHeap* function (
For binary heaps with $$N$$ elements, the *BuildHeap* function (which adjust an array of elements into a heap in linear time) does at most $$N-log(N+1)$$ comparisons between elements. ~@[](2)
答案:FALSE