Longest Valid Parentheses
Given a string that contains the characters '(' and ')', find the length of the longest valid parentheses substring.
We'll cover the following
Statement
Given a string that contains the characters '('
and ')'
, find the length of the longest valid parentheses substring.
Example
Let’s look at the image below:
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.