일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 백준
- 카카오
- 스택
- dfs
- 구현
- daily challenge
- 코딩테스트
- 리트코드 1557
- 프로그래머스
- DP
- 파이썬
- leetcode 1721
- 프로그래머스 java
- 코테
- 백준 16935
- 리트코드
- 그래프 자바
- 자바 5464
- 리트코드 자바
- 인텔리제이 에러
- leetcode
- 스프링 에러
- Java
- java leetcode
- BFS
- 자바 리트코드
- 백준 18222
- 분할정복
- java 프로그래머스
- 자바
- Today
- Total
목록BFS (2)
레벨업 일지
문제 https://leetcode.com/problems/maximum-width-of-binary-tree/description/ Maximum Width of Binary Tree - LeetCode Can you solve this real interview question? Maximum Width of Binary Tree - Given the root of a binary tree, return the maximum width of the given tree. The maximum width of a tree is the maximum width among all levels. The width of one level is defined as leetcode.com 알아야 할 개념 BFS 탐..
문제 https://leetcode.com/problems/minimum-score-of-a-path-between-two-cities/description/ Minimum Score of a Path Between Two Cities - LeetCode Can you solve this real interview question? Minimum Score of a Path Between Two Cities - You are given a positive integer n representing n cities numbered from 1 to n. You are also given a 2D array roads where roads[i] = [ai, bi, distancei] indicates that..