First, for typical B tree problems *, there are two types of nodes, your internal nodes and your leaf nodes. Thus, it is standard to indicate the maximum number of internal nodes, M and the maximum number of leaf nodes, L.
, M L , k, 3-B 2 ( h).
, . 2 (k + 1) ^ (h-1) , 8, node . node 2 , 8 . 4 .
:
http://en.wikipedia.org/wiki/B%2B_tree
* , , B +, B , B +.