79284076

Date: 2024-12-16 08:44:42
Score: 3
Natty:
Report link

Given n circle centers, compute the convex hull of the circles (which can be done in O(n log n)). Since the convex hull is necessarily a convex polygon, you can apply Welzl’s algorithm to its vertices.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: presto