ausleaf / daily-algorithm

0 stars 0 forks source link

Mini-Max Sum #6

Open ausleaf opened 5 years ago

ausleaf commented 5 years ago

문제) https://www.hackerrank.com/challenges/mini-max-sum/problem

5개의 숫자배열에서 4개의 수만 사용한 가장 작은 합, 가장 큰 합을 구하는 문제

풀이) https://github.com/Seoyeong-Kim/daily-algorithm/tree/master/src/main/java/hackerrank/minimaxsum

ausleaf commented 5 years ago

숫자의 합을 구할 때 int 범위를 넘어가는 경우가 있으므로 합계 타입은 long으로 함