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

In *Union/Find* algorithm, if *Unions* are done by size, the dep

Luz5年前 (2021-05-10)题库2664
In *Union/Find* algorithm, if *Unions* are done by size, the depth of any node must be no more than $$N/2$$, but not $$O(logN)$$. ~@[](1)

答案:FALSE