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
- 자바
- 백준 16935
- 코딩테스트
- 자바 리트코드
- 파이썬
- java leetcode
- 리트코드
- BFS
- daily challenge
- leetcode 1721
- dfs
- 프로그래머스
- 그래프 자바
- 리트코드 자바
- 스프링 에러
- 자바 5464
- leetcode
- Java
- 프로그래머스 java
- 분할정복
- DP
- 백준
- 구현
- java 프로그래머스
- 리트코드 1557
- 코테
- 인텔리제이 에러
- 스택
- 백준 18222
- 카카오
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