Finding the shortest of the edges requires you examine each edge; each check takes constant time, but it may take more to search the whole list. We do know that randomly distributed points give on average 6 edges per point.
Finding the shortest of the edges requires you examine each edge; each check takes constant time, but it may take more to search the whole list. We do know that randomly distributed points give on average 6 edges per point.