알고리즘/릿코드 문제풀이 (2) 썸네일형 리스트형 LeetCode Two Sum(Python) https://leetcode.com/problems/two-sum/ Two Sum - LeetCode Can you solve this real interview question? Two Sum - Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not leetcode.com 문제접근 주어진 리스트 중에 두 원소를 합해서 target과 같은 두 원소의 index를 return하는 문제 일반적으로 생각하.. LeetCode Valid Parentheses(유효한 괄호) https://leetcode.com/problems/valid-parentheses/ 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 다음