apply-ops-two-phase-pattern

Status: IN

`apply-operations-to-an-array` uses a two-phase in-place transformation: Phase 1 (pairwise doubling, left-to-right with sequential dependency) must complete before Phase 2 (zero compaction via write-pointer), and interleaving them produces incorrect results.

Source: entries/2026/06/06/apply-operations-to-an-array-solution.md

JSON