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 |
Tags
- 파이썬
- Binary Search
- simulation
- Class
- implement
- Binary Tree
- Data Structure
- two pointers
- java
- hash table
- database
- SQL
- greedy
- dynamic programming
- string
- bit manipulation
- Counting
- Matrix
- Math
- Tree
- geometry
- 코딩테스트
- Number Theory
- 구현
- array
- Stack
- sorting
- 코테
- Method
- 자바
Archives
- Today
- Total
목록Breadth-First Search (2)
코린이의 소소한 공부노트
[LeetCode/Easy] 104. Maximum Depth of Binary Tree
1. Input 1) TreeNode root 2. Output 1) 이진 트리의 최대 깊이를 반환 3. Constraint 1) 트리의 노드 수의 범위는 [0, 104] 2) -100
코딩테스트 풀이/JAVA
2023. 1. 17. 01:01