codingTest/leetcode10 [leetcode] 682.Baseball Game https://leetcode.com/problems/baseball-game/description/ Baseball Game - LeetCode Can you solve this real interview question? Baseball Game - You are keeping the scores for a baseball game with strange rules. At the beginning of the game, you start with an empty record. You are given a list of strings operations, where operations[i] is leetcode.com Stack을 이용 정직하게 설명되어있는 대로 구현만 하면 되는 문제 pop과 push.. 2023. 8. 19. [leetcode] Valid Parentheses(유효한 괄호) https://leetcode.com/problems/valid-parentheses/description/ 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 be closed by the sam leetcode.com 조건 1. 여는괄호는 반드시 같은 타입의 괄호로 닫혀야한다 2. 여는.. 2023. 8. 16. 이전 1 2 3 다음