The number of leaf nodes in a ternary tree (三叉树) is only related
The number of leaf nodes in a ternary tree (三叉树) is only related to the number of degree 2 nodes and that of degree 3 nodes, i.e it has nothing to do with the number of degree 1 nodes.
~@[](2)答案:TRUE