Блог пользователя FeiWuLiuZiao

Автор FeiWuLiuZiao, история, 8 часов назад, По-английски

just curious

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
8 часов назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

And is there a Euclidean Distance MST algo

»
23 минуты назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

What is a minimum spanning link? Is it a minimum spanning tree? If yes, then you can use any minimum spanning tree algorithm and just use the manhatten distances or the euclidean distances as the edge weights.

  • »
    »
    3 минуты назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I believe the interesting question is whether it's possible to do it faster than O(n^2) due to the need to calculate distance between every pair of points, to which the following links may be useful:

    manhattan

    euclidean