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
- GCP
- DeepLearning
- datascience
- rnn
- Kubernetes
- Matplotlib
- FastAPI
- FDS
- leetcode
- NLP
- docker
- 프로그래머스
- vscode
- github
- autoencoder
- 코딩테스트
- python
- pytorch
- 완전탐색
- GIT
- NaverAItech
- GitHub Action
- 알고리즘
- 백준
- 네이버AItech
- Kaggle
- pep8
- wandb
- PytorchLightning
- torchserve
Archives
- Today
- Total
목록Tree (1)
Sangmun
662. Maximum Width of Binary Tree
https://leetcode.com/problems/maximum-width-of-binary-tree/ 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 트리를 이용한 문제이며 트리의 전위순회, 후위순외같은..
알고리즘/리트코드
2023. 4. 20. 11:09