코딩 문제/프로그래머스
2021. 3. 18.
프로그래머스 - 실력체크 - 레벨 2 - 9번째
풀이 import java.util.HashSet; class Solution { public int solution(String dirs) { int answer = 0; int x = 0, y = 0, nextX = 0, nextY = 0; HashSet set = new HashSet(); for(int i=0; i= -5){ nextX--; }else if(a == 'R' && nextX+1