조금씩 꾸준히
로그인
조금씩 꾸준히
로그인
[Codility] MaxProductOfThree
hyeon
·
2021년 2월 26일
팔로우
0
algorithm
codility
0
Codility
목록 보기
16/18
def solution(A): A.sort(reverse=True) return max(A[0]* A[1] * A[2] , A[0]* A[-1]*A[-2])
hyeon
바스락바스락
팔로우
이전 포스트
[Codility] Distinct
다음 포스트
[Codility] NumberOfDiscIntersections
0개의 댓글
댓글 작성