Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/07/17 (1)
넘치게 채우기
[LeetCode] 1110. Delete Nodes And Return Forest
https://leetcode.com/problems/delete-nodes-and-return-forest/description/leetcode - Delete Nodes And Return Forest문제 유형 : 이진트리, 재귀문제 난이도 : Medium 문제Given the root of a binary tree, each node in the tree has a distinct value.After deleting all nodes with a value in to_delete, we are left with a forest (a disjoint union of trees).Return the roots of the trees in the remaining forest. You may retur..
PS/LeetCode
2024. 7. 17. 12:50