datk.core.algs.AsyncLCR:
The LeLann, Chang and Roberts algorithm for Leader Election in an
Asynchronous Ring Network
datk.core.algs.AsynchConvergecast:
The abstract superclass of a class of Asynchronous Algorithms that
propagate information from the leaves of a BFS tree to its root.
datk.core.algs.AsynchConvergeHeight:
A Convergecast Algorithm that results in the root node, p, knowing
p.state['height'], the height of the tree rooted at p.
datk.core.distalgs.Chain:
An Algorithm that is the result of sequentially running two
algorithms
datk.core.algs.SynchConvergecast:
The abstract superclass of a class of Synchronous Algorithms that
propagate information from the leaves of a BFS tree to its root.
datk.core.algs.SynchConvergeHeight:
A Convergecast Algorithm that results in the root node, p, knowing
p.state['height'], the height of the tree rooted at p.