Minimum number of levels in an n-ary tree?

前端 未结 0 1637
执笔经年
执笔经年 2021-01-28 04:33

I understand intuitively why in a binary tree there are a minimum of floor(log2(n)) + 1 levels. I was wondering if there is an equivalently straightforward algorithm

相关标签:
回答
  • 消灭零回复
提交回复
热议问题