问题:
[单选题]
A binary tree is a rooted tree in which each node has at most two children.
What is the relation between the number of nodes with two children n1 and the
number of leaves (the nodes without children) n2 in a binary tree?
A2n1=n2
Bn1=n2
Cn1+1=n2