Size: 225
Comment:
|
Size: 305
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
'''INPUT''': The multiset of pairwise distances ''L'', containing [[latex2($\binom{n}{2})$]] | '''INPUT''': The multiset of pairwise distances ''L'', containing nCr(n,2) integers. '''OUTPUT''': A set ''X'', of ''n'' integers, such that [[latex2($\delta X = L$$)]]. |
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 X, of n integers, such that latex2($\delta X = L$$).