move-zeroes-stable-ordering

Status: IN

Non-zero elements maintain their original relative order after `moveZeroes` completes — the swap-based two-pointer advances the slow pointer only on non-zero encounters, preserving sequence.

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

JSON