result-list-exact-invariant

Status: IN

During `findRestaurant`'s scan, `result` always contains exactly the strings whose index sum equals the current `min_sum` — it is fully replaced on improvement and appended on tie, with no post-processing pass needed.

Source: entries/2026/06/06/minimum-index-sum-of-two-lists-solution.md

JSON