Leetcode 32. Longest Valid Parenthesis Substring - Ep4

preview_player
Показать описание
Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring.

#interviewdose #codinginterview #computerscience
Рекомендации по теме
Комментарии
Автор

Could you please explain the intuition/thought process behind arriving at this solution?

girikgarg