Corrections
This commit is contained in:
parent
1e4c77253c
commit
1f78835fd3
|
@ -295,7 +295,7 @@ we go through all pairs of nodes whose
|
||||||
color is $x$ and select the pair that
|
color is $x$ and select the pair that
|
||||||
has the maximum distance.
|
has the maximum distance.
|
||||||
For each node, it is needed to calculate the distance
|
For each node, it is needed to calculate the distance
|
||||||
to $O(\sqrt n)$ other nodes (see 18.3),
|
to $O(\sqrt n)$ other nodes (see Chapter 18.3),
|
||||||
so the total time needed for processing all
|
so the total time needed for processing all
|
||||||
nodes is $O(n \sqrt n)$.
|
nodes is $O(n \sqrt n)$.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue