Binary Tree Bottom-Up DFS Node Deletion¶
Table of Contents¶
- 814. Binary Tree Pruning (Medium)
- 1325. Delete Leaves With a Given Value (Medium)
- 1110. Delete Nodes And Return Forest (Medium)
814. Binary Tree Pruning¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: tree, depth first search, binary tree
1325. Delete Leaves With a Given Value¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: tree, depth first search, binary tree
1110. Delete Nodes And Return Forest¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, hash table, tree, depth first search, binary tree