• magic_lobster_party@kbin.run
    link
    fedilink
    arrow-up
    34
    ·
    6 days ago

    You have two lists of size n. You want to find the permutations of these two lists that minimizes a certain distance function between them.

    • catastrophicblues@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      5 days ago

      Surely you could implement this via a sorting algorithm? If you can prove the distance function is a metric and both lists contains elements from the same space under that metric, isn’t the answer to sort both?