bus-stops-clockwise-complement

Status: IN

The counterclockwise distance is computed as `sum(distance) - clockwise` rather than by iterating the reverse path — a complement trick that avoids modular wrap-around logic.

Source: entries/2026/06/06/distance-between-bus-stops-solution.md

JSON