https://leetcode.com/explore/learn/card/fun-with-arrays/521/introduction/3237/
even number : 짝수 / odd number : 홀수
배열 값 길이가 짝수인 갯수를 리턴하는 문제.
ex. 12 -> 2자리 숫자. 2는 짝수
'Algorithm Study' 카테고리의 다른 글
[leetcode] Array - Duplicate ZerosSolution (0) | 2022.09.11 |
---|---|
[leetcode] Array - Squares of a Sorted Array (0) | 2022.09.10 |
[leetcode] Array- Max Consecutive Ones (0) | 2022.09.10 |
[프로그래머스] 오픈채팅방(level.2) / Java, HashMap (0) | 2022.08.20 |
[프로그래머스] 메뉴 리뉴얼(level.2) / JAVA, HashMap (0) | 2022.07.23 |