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 $$2N-2$$ comparisons between elements. ~@[](2)
答案:TRUE