Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- leetcode
- java leetcode
- 코테
- daily challenge
- 분할정복
- 파이썬
- 인텔리제이 에러
- 리트코드 1557
- 구현
- 백준
- 리트코드 자바
- leetcode 1721
- dfs
- 리트코드
- 백준 18222
- 자바
- 스프링 에러
- 자바 5464
- 프로그래머스 java
- 코딩테스트
- 백준 16935
- Java
- 카카오
- 스택
- BFS
- 그래프 자바
- DP
- 프로그래머스
- 자바 리트코드
- java 프로그래머스
Archives
- Today
- Total
목록자바 909 (1)
레벨업 일지
[Java] leetcode 909. Snakes and Ladders
문제 https://leetcode.com/problems/snakes-and-ladders/description/ Snakes and Ladders - LeetCode Snakes and Ladders - You are given an n x n integer matrix board where the cells are labeled from 1 to n2 in a Boustrophedon style [https://en.wikipedia.org/wiki/Boustrophedon] starting from the bottom left of the board (i.e. board[n - 1][0]) and alternati leetcode.com 알아야 할 개념 BFS 풀이 BFS 구현 문제이다. 풀이는 ..
알고리즘/leetcode
2023. 1. 25. 00:34