move-zeroes-swap-not-overwrite

Status: IN

`moveZeroes` uses element swaps (slow/fast pointer) rather than overwriting non-zeros to front and filling zeros after, performing at most n swaps in a single pass with no second fill phase.

Source: entries/2026/06/06/move-zeroes-solution.md

JSON