bus-stops-swap-normalization

Status: IN

The solution normalizes `start > destination` by swapping, guaranteeing `start <= destination` so that `distance[start:destination]` captures the clockwise path without wrap-around indexing.

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

JSON