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
- 카카오
- 코테
- DP
- 백준 16935
- Java
- 스프링 에러
- 코딩테스트
- 파이썬
- java leetcode
- 리트코드 자바
- 자바
- BFS
- daily challenge
- 백준 18222
- 프로그래머스 java
- 자바 5464
- 자바 리트코드
- 리트코드 1557
- 스택
- 구현
- java 프로그래머스
- dfs
- 리트코드
- 프로그래머스
- 백준
- 인텔리제이 에러
- leetcode 1721
- 분할정복
Archives
- Today
- Total
목록리트코드 662 (1)
레벨업 일지
[Java] leetcode 662. Maximum Width of Binary Tree
문제 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 탐..
알고리즘/leetcode
2023. 4. 20. 17:50