Status: IN
`is_valid` uses a single-pass stack-based approach with O(n) time and O(n) worst-case space; it short-circuits on the first mismatch.
Source: entries/2026/06/06/valid-parentheses-solution.md
JSON