https://leetcode.com/problems/generate-parentheses/description LeetCode - The World's Leading Online Programming Learning Platform 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 Q. n이 주어질때, n 쌍이 되도록 괄호를 open/close 규칙에 맞게 만들어라. Solution. 좋은 문제다. 풀이법을 반드시 숙지하면 좋다. 우선 한번의 문자를 추가할 시 두개의 옵션이 생긴..