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
- simulation
- sorting
- Binary Search
- 코테
- java
- dynamic programming
- 파이썬
- Number Theory
- string
- Method
- SQL
- Class
- array
- Binary Tree
- database
- Counting
- Math
- Data Structure
- 자바
- Tree
- Matrix
- geometry
- Stack
- implement
- bit manipulation
- 구현
- greedy
- hash table
- 코딩테스트
- two pointers
Archives
- Today
- Total
목록depth-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