PAL Definice Binomiální strom

Recursively defined as following:

  • Binomial tree of order 0 is a single node.
  • Binomial tree of order is made of two trees of order . Tree with lesser key in root has the second tree linked as descendant.

Alternatively:

  • Binomial tree of order 0 is a single node.
  • Binomial tree of order is made of a new node with trees of order , , , linked as descendants in that order

Properties

k-order binomial tree has

  • nodes
  • nodes in the -th level
  • depth