valid-parentheses-match-dict-dual-use

Status: IN

The `match` dict serves both as a closer-detection set (`ch in match`) and as a closer-to-opener lookup, eliminating the need for a separate set or if-chain.

Source: entries/2026/06/06/valid-parentheses-solution.md

JSON