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
- 미디움
- easy
- 리트코드
- sorting
- dfs
- two pointers
- Depth-first Search
- tree
- recursive
- binary tree
- string
- Binary
- DP
- matrix
- 쉬움
- Array
- leetcode
- linked list
- HashTable
- 중간
- binary search
- 문자열
- 이진트리
- Medium
- list
- math
- 재귀
- hash table
- backtracking
- Python
Archives
- Today
- Total
목록COMPLETE (1)
부부의 코딩 성장 일기
LeetCode 222(Count Complete Tree Nodes, Python)
1. 문제 링크 https://leetcode.com/problems/count-complete-tree-nodes/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 2. 문제 설명 주어진 완전 이진 트리의 노드 개수를 반환하는 문제 완전 이진 트리란 마지막 레벨을 제외한 모든 레벨에서 노드가 왼쪽에서 오른쪽으로 채워진 이진 트리를 의미, 모든 레벨의 노드는 ..
Algorithm/LeetCode
2024. 2. 9. 19:00