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 | 力扣 Tags: Tree, Depth First Search, Binary Tree 1325. Delete Leaves With a Given Value¶ LeetCode | 力扣 Tags: Tree, Depth First Search, Binary Tree 1110. Delete Nodes And Return Forest¶ LeetCode | 力扣 Tags: Array, Hash Table, Tree, Depth First Search, Binary Tree Comments