https://programmers.co.kr/learn/courses/30/lessons/1845
def solution(nums):
return min(len(nums)//2, len(set(nums)))
'Programming > Programmers' 카테고리의 다른 글
[프로그래머스] 약수의 개수와 덧셈 (Python) (0) | 2021.09.29 |
---|---|
[프로그래머스] 위클리 챌린지 8주차 - 최소직사각형 (Python) (0) | 2021.09.28 |
[프로그래머스] 소수 만들기(Python) (0) | 2021.09.27 |
[프로그래머스] 음양 더하기(Python) (0) | 2021.09.27 |
[프로그래머스] 숫자 문자열과 영단어(Python) (0) | 2021.09.27 |
댓글