Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/04/07 (1)
넘치게 채우기
[LeetCode] 678. Valid Parenthesis String
https://leetcode.com/problems/valid-parenthesis-string/submissions/1225282138/ Leetcode - Valid Parenthesis String 문제 유형 : 문자열 처리, 스택 문제 난이도 : Medium 문제 Given a string s containing only three types of characters: '(', ')' and '*', return true if s is valid. The following rules define a valid string: Any left parenthesis '(' must have a corresponding right parenthesis ')'. Any right parenthesis '..
PS/LeetCode
2024. 4. 7. 11:38