일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 715. Range Module
- Python Code
- attribute
- 315. Count of Smaller Numbers After Self
- 밴픽
- iterator
- Convert Sorted List to Binary Search Tree
- 컴퓨터의 구조
- data science
- Python
- Python Implementation
- 109. Convert Sorted List to Binary Search Tree
- 운영체제
- Generator
- concurrency
- Class
- DWG
- Decorator
- 시바견
- kaggle
- 프로그래머스
- 30. Substring with Concatenation of All Words
- shiba
- Regular Expression
- 43. Multiply Strings
- Substring with Concatenation of All Words
- 파이썬
- t1
- Protocol
- LeetCode
Archives
- Today
- Total
목록968. Binary Tree Cameras (1)
Scribbling
LeetCode: 968. Binary Tree Cameras
어렵다... Greedy한 접근법이 필요하다. 내 머리론 못 풀었고, 아래 풀이를 바탕으로 코드를 작성했다. https://leetcode.com/problems/binary-tree-cameras/discuss/211180/JavaC%2B%2BPython-Greedy-DFS [Java/C++/Python] Greedy DFS - LeetCode Discuss 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 핵심은 아래와 같다. - Leaf Node에 카메라를 둘 이유가 전혀 없..
Computer Science/Coding Test
2021. 12. 13. 12:10