일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 715. Range Module
- DWG
- Python Implementation
- 43. Multiply Strings
- 파이썬
- attribute
- Class
- shiba
- Substring with Concatenation of All Words
- concurrency
- Generator
- 30. Substring with Concatenation of All Words
- Python Code
- Decorator
- LeetCode
- 운영체제
- t1
- Regular Expression
- data science
- 315. Count of Smaller Numbers After Self
- 109. Convert Sorted List to Binary Search Tree
- 컴퓨터의 구조
- kaggle
- 밴픽
- Python
- iterator
- 프로그래머스
- 시바견
- Convert Sorted List to Binary Search Tree
- Protocol
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