odd-index-reads-even-no-write-hazard

Status: IN

In `replaceDigits`, each odd-index replacement reads from the preceding even index, which is never modified by the loop — so iteration order cannot affect correctness.

Source: entries/2026/06/06/replace-all-digits-with-characters-solution.md

JSON