Partial Digest Problem
Given all pairwise distances between points on a line, reconstruct the positions of those points.
INPUT: The multiset of pairwise distances L, containing nCr(n,2) integers.
OUTPUT: A set
Given all pairwise distances between points on a line, reconstruct the positions of those points.
INPUT: The multiset of pairwise distances L, containing nCr(n,2) integers.
OUTPUT: A set
PartialDigestProblem (last edited 2020-01-23 23:21:17 by scot)