-->
当前位置:首页 > 题库

The number of leaf nodes in a ternary tree (三叉树) is only related

Luz5年前 (2021-05-10)题库1429
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