문제 썸네일형 리스트형 20. Valid Parentheses https://leetcode.com/problems/valid-parentheses/ Valid Parentheses - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 이번 문제는 굉장히 유명한 문제죠. 괄호의 짝을 구하는 문제입니다 ! 보통 자료구조 stack을 공부할 때 같이 나오는 문제로서, 쉽게 해결할 수 있는 문제입니다. 심심풀이 땅콩과 같은 문제랄까? stack을 만들어서 여는 괄호가 들어오면 stack에 집어넣습니다. 닫는 괄호가 나오면 어떻게 할.. 더보기 이전 1 다음