标签: binary-tree layer logarithm exponential
我只需要确认我是对的: 带有'e'层的二叉树有
(2 ^ E)-1
元素。 反过来说:带有'n'元素的二叉树有
的log 2(N + 1)
...层
我是对的吗?