Determine if `s` has valid bracket pairs `()`, `[]`, `{}`. Variant **#40**.
Example 1
Input: s = "([)])"
Output: false
Constraints
Acceptance: 68% · Topics: stack, string
← All practice problems