leetcode(리트코드)-61 Rotate List(python)
leetcode 61 - Rotate List 문제입니다. 1. 문제 https://leetcode.com/problems/rotate-list/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 head가 주어집니다. k만큼 rotate한 link list를 반환...
leetcode 61 - Rotate List 문제입니다. 1. 문제 https://leetcode.com/problems/rotate-list/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 head가 주어집니다. k만큼 rotate한 link list를 반환...
leetcode 24 - Swap Nodes in pairs 문제입니다. 1. 문제 https://leetcode.com/problems/swap-nodes-in-pairs/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 head가 주어집니다. 해당 링크드 리스...
leetcode 627 - Swap Salary 문제입니다. 1. 문제 https://leetcode.com/problems/swap-salary/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 Salary 테이블에서 sex의 값이 ‘f’이면 ‘m’으로 바꾸고 ‘m...
leetcode 1925 - Count Square Sum Triples 문제입니다. 1. 문제 https://leetcode.com/problems/count-square-sum-triples/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 n이 들어옵니다. n이...
leetcode 1929 - Concatenation of Array 문제입니다. 1. 문제 https://leetcode.com/problems/concatenation-of-array/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 nums라는 배열이 들어옵니다...
leetcode 1837 - Sum of Digits in Base K 문제입니다. 1. 문제 https://leetcode.com/problems/sum-of-digits-in-base-k/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 n이라는 숫자가 들어옵니다...
leetcode 595 - Big Countries 문제입니다. 1. 문제 https://leetcode.com/problems/big-countries/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 population이 25 million이 넘거나 area가 3 ...
leetcode 620 - Not Boring Movies 문제입니다. 1. 문제 https://leetcode.com/problems/not-boring-movies/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 id가 홀수이면서 description이 ‘bori...
leetcode 1844 - Replace All Digits with Characters 문제입니다. 1. 문제 https://leetcode.com/problems/replace-all-digits-with-characters/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제...
leetcode 1848 - Minimum Distance to the Target Element 문제입니다. 1. 문제 https://leetcode.com/problems/minimum-distance-to-the-target-element/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. ...