Level21 Hash - Level2, 전화번호 목록 Hash, 해쉬란?--설명 이동. import java.util.*; class Solution { public boolean solution(String[] phone_book) { boolean answer = true; //해쉬맵 생성 Map map = new HashMap(); //전화번호부의 길이로 배열을 돌려 전화번호를 맵에 넣는다. for(int i=0; i 2021. 1. 13. 이전 1 다음