Equal-circle packing in a unit square · n = 22
Place n non-overlapping circles of one common radius inside the unit square, making that radius as large as possible.
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 circles: one shared radius and n centres
- ConstraintsEvery circle lies wholly inside the container; no two overlap in their interiors, tangency allowed
- ObjectiveMake the common radius as large as possible