Spreading points in the unit square · n = 2
Place n points in the unit square, maximizing the smallest distance between any two of them.
FinishedAn answer reaching the ceiling is already published, so there is nothing left to take
Formal definition
- ContainerThe unit square: the origin (0, 0) at its lower-left corner, (1, 1) at its upper right
- SubmissionExactly n points, no two coinciding
- ConstraintsEvery point lies inside the square or on its boundary
- ObjectiveMake the smallest pairwise distance as large as possible; compared internally by its square, exactly