Content deleted Content added
MOS:HEAD |
See also Hypercube internetwork topology |
||
(One intermediate revision by one other user not shown) | |||
Line 1:
<math>d</math>-dimensional
== Algorithm outline ==
Line 86:
This section describes how to construct the binomial trees systematically. First, construct a single binomial spanning tree von <math>2^d</math> nodes as follows. Number the nodes from <math>0</math> to <math>2^d - 1</math> and consider their binary representation. Then the children of each nodes are obtained by negating single leading zeroes. This results in a single binomial spanning tree. To obtain <math>d</math> edge-disjoint copies of the tree, translate and rotate the nodes: for the <math>k</math>-th copy of the tree, apply a XOR operation with <math>2^k</math> to each node. Subsequently, right-rotate all nodes by <math>k</math> digits. The resulting binomial trees are edge-disjoint and therefore fulfill the requirements for the ESBT-broadcasting algorithm.
== See also ==
* [[Hypercube internetwork topology]]
==References==
|