leetcode(리트코드)-1773 Count Items Matching a Rule(PYTHON)
leetcode 1773 - Count Items Matching a Rule 문제입니다. 1. 문제 https://leetcode.com/problems/count-items-matching-a-rule/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 ruleKe...
leetcode 1773 - Count Items Matching a Rule 문제입니다. 1. 문제 https://leetcode.com/problems/count-items-matching-a-rule/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 ruleKe...
leetcode 1784 - Check if Binary String Has Most One Segment of Ones 문제입니다. 1. 문제 https://leetcode.com/problems/check-if-binary-string-has-at-most-one-segment-of-ones/ 2. Input , Output ...
leetcode 542 - 01 Matrix 문제입니다. 1. 문제 https://leetcode.com/problems/01-matrix/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 matrix가 주어집니다. 1을 기준으로 가장 가까운 0과의 거리를 찾...
leetcode 1094 - Car Pooling 문제입니다. 1. 문제 https://leetcode.com/problems/car-pooling/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 trips가 주어집니다. capacity가 주어집니다. t...
leetcode 1790 - Check if One String Swap Can Make Strings Equal 문제입니다. 1. 문제 https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal/ 2. Input , Output 3. 분류 및 난이도...
leetcode 1791 - Find Center of Star Graph 문제입니다. 1. 문제 https://leetcode.com/problems/find-center-of-star-graph/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 그래프가 주어졌을 ...
leetcode 1796 - Second Largest Digit in a String 문제입니다. 1. 문제 https://leetcode.com/problems/second-largest-digit-in-a-string/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 ...
leetcode 1800 - Maximum Ascending Subarray Sum 문제입니다. 1. 문제 https://leetcode.com/problems/maximum-ascending-subarray-sum/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 ...
leetcode 1941 - Check if All Characters Have Equal Number of Occurrences 문제입니다. 1. 문제 https://leetcode.com/problems/check-if-all-characters-have-equal-number-of-occurrences/ 2. Input , Outpu...
leetcode 935 - Knight Dialer 문제입니다. 1. 문제 https://leetcode.com/problems/knight-dialer/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 체스의 knight라고 생각하고 전화번호를 누른다고 가정합니...