Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/07/15 (1)
넘치게 채우기
[LeetCode] 2196. Create Binary Tree From Descriptions
https://leetcode.com/problems/create-binary-tree-from-descriptions/description/leetcode - Create Binary Tree From Descriptions문제 유형 : 이진트리문제 난이도 : Medium 문제You are given a 2D integer array descriptions where descriptions[i] = [parenti, childi, isLefti] indicates that parenti is the parent of childi in a binary tree of unique values. Furthermore,If isLefti == 1, then childi is the left child of ..
PS/LeetCode
2024. 7. 15. 23:44