-->
当前位置:首页 > 题库

If we merge two heaps represented by complete binary trees, the

Luz5年前 (2021-05-10)题库895
If we merge two heaps represented by complete binary trees, the time complexity is $$\Theta(N)$$ provided that the size of each heap is $$N$$.

答案:TRUE