You're given a string consisting solely of (, ), and *. * can represent either a (, ), or an empty string. Determine whether the parentheses are balanced.
For example, (()* and () are balanced. )( is not balanced.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
You're given a string consisting solely of (, ), and *. * can represent either a (, ), or an empty string. Determine whether the parentheses are balanced.
For example, (()* and () are balanced. )( is not balanced.