Content deleted Content added
m typo fixing, genfixes, typos fixed: et. al. → ''et al.'' using AWB |
m Fix italic log |
||
Line 91:
==== Maximum number of levels ====
As mentioned above, fragments are combined by either "Merge" or "Absorb" operation. "Absorb" operation doesn't change the maximum level among all fragments. "Merge" operation may increase the maximum level by 1. In the worst case, all fragments are combined with "Merge" operations, so the number of fragments decreases by half in each level. Therefore, the maximum number of levels is <math>O(\log V)</math>, where V is the number of nodes.
=== Progress property ===
|