1080. Insufficient Nodes in Root to Leaf Paths
1080. Insufficient Nodes in Root to Leaf Paths
Description
Given the root
of a binary tree and an integer limit
, delete all insufficient nodes in the tree simultaneously, and return the root of the resulting binary tree.