Programmers_2021 KAKAO Intership 숫자 문자열과 영단어(python)
프로그래머스 - 숫자 문자열과 영단어 문제 입니다. 1. 문제 https://programmers.co.kr/learn/courses/30/lessons/81301 2. 분류 및 난이도 Programmers 문제입니다. 2021 kakao 카카오 채용연계형 인턴쉽 문제입니다. Level 1난이도의 문제입니다. 3. 생각한 것들(문제 접...
프로그래머스 - 숫자 문자열과 영단어 문제 입니다. 1. 문제 https://programmers.co.kr/learn/courses/30/lessons/81301 2. 분류 및 난이도 Programmers 문제입니다. 2021 kakao 카카오 채용연계형 인턴쉽 문제입니다. Level 1난이도의 문제입니다. 3. 생각한 것들(문제 접...
leetcode 137 - Single Number II 문제입니다. 1. 문제 https://leetcode.com/problems/single-number-ii/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 nums가 주어집니다. nums에 한 값만 빼...
leetcode 1805 - Number of Different Integers in a String 문제입니다. 1. 문제 https://leetcode.com/problems/number-of-different-integers-in-a-string/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입...
leetcode 235 - Lowest Common Ancestor of a Binary Search 문제입니다. 1. 문제 https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ 2. Input , Output 3. 분류 및 난이도 Eazy 난...
leetcode 1812 - Determine Color of a Chessboard Square 문제입니다. 1. 문제 https://leetcode.com/problems/determine-color-of-a-chessboard-square/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. ...
leetcode 25 - Reverse Nodes in k Group 문제입니다. 1. 문제 https://leetcode.com/problems/reverse-nodes-in-k-group/ 2. Input , Output 3. 분류 및 난이도 Hard 난이도 문제입니다. 4. 문제 해석 head와 k가 주어집니다...
leetcode 1905 - Count Sub Islands 문제입니다. 1. 문제 https://leetcode.com/problems/count-sub-islands/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. 4. 문제 해석 grid1과 grid2가 주어집니다. g...
leetcode 1935 - Maximum Number of Words You Can Type 문제입니다. 1. 문제 https://leetcode.com/problems/maximum-number-of-words-you-can-type/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4...
leetcode 1910 - Remove All Occurrences of a Substring 문제입니다. 1. 문제 https://leetcode.com/problems/remove-all-occurrences-of-a-substring/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. ...
leetcode 1822 - Sign of the Product of an Array 문제입니다. 1. 문제 https://leetcode.com/problems/sign-of-the-product-of-an-array/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 ...