전체 글 (49) 썸네일형 리스트형 [Java Script]LeetCode 383. Ransom Note 1. 문제 개요 문제 링크 : 383. Ransom Note Ransom Note - LeetCode Can you solve this real interview question? Ransom Note - Given two strings ransomNote and magazine, return true if ransomNote can be constructed by using the letters from magazine and false otherwise. Each letter in magazine can only be used once in ranso leetcode.com 주어진 두 개의 배열에서 하나의 배열이 구성값들로 나머지 배열이 구성되어 있는 체크 하여라 2. 문제 풀이 우선 가장 먼저 해야.. [Java Script]LeetCode 219. Contains Duplicate II 1. 문제 개요 문제 링크 : 219. Contains Duplicate II Contains Duplicate II - LeetCode Can you solve this real interview question? Contains Duplicate II - Given an integer array nums and an integer k, return true if there are two distinct indices i and j in the array such that nums[i] == nums[j] and abs(i - j) [Java Script]LeetCode 150. Evaluate Reverse Polish Notation 1. 문제 개요 문제 링크 : 150. Evaluate Reverse Polish Notation Evaluate Reverse Polish Notation - LeetCode Can you solve this real interview question? Evaluate Reverse Polish Notation - You are given an array of strings tokens that represents an arithmetic expression in a Reverse Polish Notation [http://en.wikipedia.org/wiki/Reverse_Polish_notation]. Evaluate t leetcode.com 배열에 들어가있는 값을 주어진 연산식을 이용하요 결과.. 이전 1 ··· 4 5 6 7 8 9 10 ··· 17 다음