strict-inequality-rejects-plateaus

Status: IN

The valid-mountain-array solution uses strict `<` (not `<=`) in pointer advancement, so equal adjacent elements halt the pointer and cause the validity check to fail.

Source: entries/2026/06/06/valid-mountain-array-solution.md

JSON