블로그
-
(수정 중)PCCP모의고사2회 보물지도
.*; class Solution { class MyData{ int posX; int posY; int len; boolean used; int beforeMovePoint; public } public int solution(int n, int m, int[][] hole) { int answer = Integer.MAX_VALUE; int[][] maps = new
blog.naver.com · 2025.08.20
-
프로그래머스 보석쇼핑
.*; class Solution { public int[] solution(String[] gems) { // 전체 종류 수 Set types = new HashSet<> ;(Arrays.asList(gems)); int need = types.size(); // 현재 윈도우 카운트 Map cnt = new HashMap<>(); int left
blog.naver.com · 2025.08.22
-
네트워크
.*; class Solution { public int solution(int n, int[][] computers) { int answer = 0; boolean[] visited = new boolean[n]; for(int i = 0;i q = new LinkedList<>(); if(!
blog.naver.com · 2025.08.04
-
영어듣기만해도 022 그래픽디자이너 소피의 하루2
To relax, I go to a yoga class at a nearby studio. After class, I meet up with my friend Emma for dinner.
blog.naver.com · 2025.08.26
-
행렬테두리 회전하기
.*; class Solution { public int[] solution(int rows, int columns, int[][] queries) { int[] answer = new int[queries.length]; int[][] sq = new int[rows][columns]; for(int i = 0;i
blog.naver.com · 2025.07.04
-
지게차와 크레인
; int size_x = storage[0].length(); String[][] container = new String[size_y][size_x]; for(int y=0;y del_pos = new ArrayList<>(); for(int i=0;i
blog.naver.com · 2025.05.22
-
[PCCP 기출문제] 2번 / 석유 시추
.*; class Solution { public int solution(int[][] land) { Map oil = new HashMap<>(); // 석유매장지 , 사이즈 int oil_num = 1;//석유매장지 번호. 0 은 석유가 없는 땅 int[] bx = new int[]{1,-1,0,0}; int[] by = new int[]{0,0,1
blog.naver.com · 2025.05.23
-
2025.05.23 (금) 슈퍼코딩 부트캠프 백엔드 / 네이버 인턴 Day 10 일일보고
접근할 수 있도록 해주는 키워드 유틸리티 클래스(Math, Arrays 등)처럼 재사용성이 높고 상태를 갖지 않는 기능에 적합 실행 클래스를 만들 때도 자주 사용됨 public class Inner Class) 외부 클래스의 인스턴스와 독립적으로.......
blog.naver.com · 2025.05.25
-
충돌위험찾기
.*; class Solution { public int solution(int[][] points, int[][] routes) { Map> timeMap = new HashMap <>(); // key: time, value: 좌표 Set Map> routePaths = new HashMap<>(); // route index -&
blog.naver.com · 2025.05.21
-
캐나다 초등학교 선생님이 학생(우리 막둥이)에게 쓴 편지보면서 영어 표현 공부하기
I am so proud of your hard work and effort You have done so well, even with a new language and environment Your positive attitude and joyful smile has made our class a special place!
blog.naver.com · 2025.06.26