distance-value-empty-arr2-correct

Status: IN

When `arr2` is empty, `findTheDistanceValue` correctly returns `len(arr1)` because `bisect_left` returns 0 and both boundary guards fail, so no element is marked too close.

Source: entries/2026/06/06/find-the-distance-value-between-two-arrays-solution.md

JSON