Problems / Greedy / Valid Parenthesis String
#129 Medium Time O(n) Space O(1) Animated

Valid Parenthesis String

Check if parenthesis string with wildcards is valid.

LeetCode ↗
Approach: Greedy (Track Min/Max Open)
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps