답에 대한 의견이 많아서 흥미진진한 문제이다. 의견이 가장 많은 두가지 답안을 살펴보자! 첫번째 답은 hash를 쓰지 않고 푼 답안이다. import java.util.*; class Solution { public String solution(String[] participant, String[] completion) { Arrays.sort(participant); Arrays.sort(completion); int i; for ( i=0; i