Spreading points in a plus sign · n = 14
Place n points inside a plus sign (a 3 × 3 square with all four corner squares removed), maximizing the smallest distance between any two of them.
Formal definition
- ContainerThe container is a square of side 3 with all four of its 1 × 1 corners removed, leaving a plus sign: the origin (0, 0) is its lower-left corner and (3, 3) its upper-right.
- SubmissionExactly n points, no two coinciding
- ConstraintsEvery point lies inside the container or on its boundary
- ObjectiveMake the smallest pairwise distance as large as possible; compared internally by its square, exactly