Leetcode 문제 이번에 풀어볼 문제는 리트코드 20번 문제 Valid Parenthesis 다. 우선 문제를 살펴보자. 리트코드 20번 문제 Valid Parenthesis 링크 Valid Parentheses - LeetCode Valid Parentheses - LeetCode Can you solve this real interview question? Valid Parentheses - Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: 1. Open brackets must b..