Notice
Recent Posts
Recent Comments
Link
목록2024/02/29 (1)
넘치게 채우기
[LeetCode] 1609. Even Odd Tree
https://leetcode.com/problems/even-odd-tree/description/ LeetCode - Even Odd Tree 문제 유형 : 이진트리 문제 난이도 : Medium 문제 A binary tree is named Even-Odd if it meets the following conditions: The root of the binary tree is at level index 0, its children are at level index 1, their children are at level index 2, etc. For every even-indexed level, all nodes at the level have odd integer values in strictly..
PS/LeetCode
2024. 2. 29. 12:50