monotonic-constant-array-is-monotonic

Status: IN

A constant array (all elements equal) returns `True` from `isMonotonic` because neither the `>` nor `<` comparisons fire, leaving both flags `True`.

Source: entries/2026/06/06/monotonic-array-solution.md

JSON