sorted-precondition-not-validated

Status: IN

`min_common_number` assumes both input arrays are sorted in non-decreasing order but does not check or enforce this; unsorted input produces silently wrong results.

Source: entries/2026/06/06/minimum-common-value-solution.md

JSON