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