Information AboutDijkstra-scholten Algorithm |
| CATEGORIES ABOUT DIJKSTRA-SCHOLTEN ALGORITHM | |
| algorithms | |
| termination algorithms | |
|
First, let us consider the case of a simple process graph which is a tree. A distributed computation which is tree-structured is not uncommon. Such a process graph may arise when the computation is strictly divide-and-conquer type. A node starts the computation and divides the problem in two (or more, usually a multiple of 2) roughly equal parts and distribute those parts to other processors. This process continues recursively until the problems are of sufficiently small size to solve in a single processor. ALGORITHM Dijkstra-Scholten's algorithm is a tree-based algorithm which can be described by the following:
DIJKSTRA-SCHOLTEN ALGORITHM FOR A TREE
DIJKSTRA-SCHOLTEN ALGORITHM FOR ACYCLIC DIRECTED GRAPHS
DIJKSTRA-SCHOLTEN ALGORITHM FOR CYCLIC DIRECTED GRAPHS
SEE ALSO Huang's Algorithm |
|
|