Content deleted Content added
#suggestededit-add 1.0 Tags: Reverted Mobile edit Mobile app edit Android app edit |
Neelgajare (talk | contribs) m word choice Tags: Reverted Visual edit |
||
Line 92:
==Time and space analysis==
Each iteration of the loop performs a single search for the nearest neighbor of a cluster, and either adds one cluster to the stack or removes two clusters from it.
Each of these iterations may spend time scanning as many as {{math|''n'' − 1}} inter-cluster distances to find the nearest neighbor.
|