Status: IN
`min_moves` makes three O(n) passes (min, max, count) using a generator inside `sum()`, achieving O(n) time and O(1) auxiliary space.
Source: entries/2026/06/06/count-elements-with-strictly-smaller-and-greater-elements-solution.md
JSON