Notice
250x250
Recent Posts
Recent Comments
Link
목록2pass (1)
넘치게 채우기
[LeetCode] 2116. Check if a Parentheses String Can Be Valid
https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid/description/leetcode - Check if a Parentheses String Can Be Valid문제 유형: 문자열 처리, 2-pass문제 난이도: Medium 문제A parentheses string is a nonempty string consisting only of '(' and ')'. It is valid if any of the following conditions is true:It is ().It can be written as AB (A concatenated with B), where A and B are valid parentheses..
PS/LeetCode
2025. 1. 12. 13:12