leetcode(리트코드)48-Rotate Image
leetcode 48 - Rotate Image 문제입니다. 1. 문제 https://leetcode.com/problems/rotate-image/ 2. Input , Output Constraints: matrix.length == n matrix[i].length == n 1 <= n <= 20 -10...
leetcode 48 - Rotate Image 문제입니다. 1. 문제 https://leetcode.com/problems/rotate-image/ 2. Input , Output Constraints: matrix.length == n matrix[i].length == n 1 <= n <= 20 -10...
leetcode 53 - Maximum Subarray 문제입니다. 1. 문제 https://leetcode.com/problems/maximum-subarray/ 2. Input , Output Constraints: 1 <= nums.length <= 3 * 104 -105 <= nums[i] <= ...
leetcode 39 - Combination Sum 문제입니다. 1. 문제 https://leetcode.com/problems/combination-sum/ 2. Input , Output Constraints: 1 <= candidates.length <= 30 1 <= candidates[i] <...
leetcode 46 - Permutations 문제입니다. 1. 문제 https://leetcode.com/problems/permutations/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. leetcode Top 100 Liked의 문제입니다. 4. 문제 해석 Permut...
leetcode 34 - Find First and Last Position of Element in Sorted Array 문제입니다. 1. 문제 https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/ 2. Input , Output ...
leetcode 23 - Merge K Sorted Lists 문제입니다. 1. 문제 https://leetcode.com/problems/merge-k-sorted-lists/ 2. Input , Output Constraints: k == lists.length 0 <= k <= 10^4 0 <= li...
leetcode February challenge13 - Roman to Integer 문제입니다. 1. 문제 https://leetcode.com/problems/roman-to-integer/ 2. Input , Output Constraints: 1 <= s.length <= 15 s contains only...
leetcode February challenge19 - Minimum Remove to Make Valid Parentheses 문제입니다. 1. 문제 https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/ 2. Input , Output 3. 분류 및 난이...
leetcode February challenge18 - Arithmetic Slices 문제입니다. 1. 문제 https://leetcode.com/problems/arithmetic-slices/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도입니다. 2월18일자 챌린지 문제입니다. 4. 문제 해...
leetcode 22 - Generate Parentheses 문제입니다. 1. 문제 https://leetcode.com/problems/generate-parentheses/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. leetcode Top 100 Liked의 문제입니다. 4. ...