0678. Valid Parenthesis String
Description
**Input:** s = "()"
**Output:** true**Input:** s = "(*)"
**Output:** true**Input:** s = "(*))"
**Output:** trueac
Last updated
**Input:** s = "()"
**Output:** true**Input:** s = "(*)"
**Output:** true**Input:** s = "(*))"
**Output:** trueLast updated