#AdventOfCount
Insight for today's #AdventOfCount: # of sides in polygon is # of corners, which are easier to count, but still tedious: 8 cases: in/out-side x 4 (NE, SE, SW, NW).
@fuzionlang.bsky.social solution uses locally mutable arrays and an int for total cost.

The sources: github.com/fridis/fuzio...
December 12, 2024 at 8:27 PM