Equal circles in an L · n = 10
Place n non-overlapping circles of one common radius inside the L-shaped region, making that radius as large as possible.
Formal definition
- ContainerA 2 × 2 square with its top-right 1 × 1 removed: the origin (0, 0) at the lower-left; the notch is where x and y both exceed 1
- SubmissionExactly n circles: one shared radius and n centres
- ConstraintsEvery circle lies wholly inside the L and clear of the notch; no two overlap in their interiors, tangency allowed
- ObjectiveMake the common radius as large as possible