Lesson6 [Codility/Lesson6]MaxProductOfThree(python) | 1트 길이가 3개인 것은 그냥 곱해서 return 하도록 했다 min_num_multiply는 sorted 해서 가장 맨 처음에 나오는 두개의 값을 곱한 거로 음수끼리 곱했을 때 가장 큰 값 max_num_multiply는 sorted 해서 가장 맨 뒤에서 앞, 그 앞에 나오는 두개의 값을 곱한거로, 양수끼리 곱했을 때 가장 큰 값 만일 맨 마지막 값(가장 큰 값) 이 음수이면 이 둘 중... sortingLesson6코딜리티Lesson6
[Codility/Lesson6]MaxProductOfThree(python) | 1트 길이가 3개인 것은 그냥 곱해서 return 하도록 했다 min_num_multiply는 sorted 해서 가장 맨 처음에 나오는 두개의 값을 곱한 거로 음수끼리 곱했을 때 가장 큰 값 max_num_multiply는 sorted 해서 가장 맨 뒤에서 앞, 그 앞에 나오는 두개의 값을 곱한거로, 양수끼리 곱했을 때 가장 큰 값 만일 맨 마지막 값(가장 큰 값) 이 음수이면 이 둘 중... sortingLesson6코딜리티Lesson6