Search
⌘K

Leetcode 1021. Remove Outermost Parentheses

Given a valid parentheses string, decompose it into primitive valid substrings and return the string formed by removing the outermost '(' and ')' of each primitive — typically done by a linear scan tracking nesting depth to skip the outermost parentheses.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.