Title :
A distributed graph algorithm for the detection of local cycles and knots
Author :
Boukerche, Azzedine ; Tropper, Carl
Author_Institution :
Dept. of Comput. Sci., North Texas Univ., Denton, TX, USA
fDate :
8/1/1998 12:00:00 AM
Abstract :
In this paper, a distributed cycle/knot detection algorithm for general graphs is presented. The algorithm distinguishes between cycles and knots and is the first algorithm to our knowledge which does so. It is especially relevant to an application such as parallel simulation in which 1) cycles and knots can arise frequently 2) the size of the graph is very large, and 3) it is necessary to know if a given node is in a cycle or a knot. It requires less communication than previous algorithms-2m vs. (at least) (4m) for the Chandy and Misra algorithm, where m is the number of links in the graph. It requires O (nlog (n)) bits of memory, where n is the number of nodes. The algorithm differs from the classical diffusing computation methods through its use of incomplete search messages to speed up the computation. We introduce a marking scheme in order to identify strongly connected subcomponents of the graph which cannot reach the initiator of the algorithm. This allows us to distinguish between the case in which the initiator is in a cycle (only) or is in a knot
Keywords :
distributed algorithms; graph theory; diffusing computation; distributed deadlock detection; distributed graph algorithm; initiator; knots; local cycles; marking scheme; Clustering algorithms; Computational modeling; Database systems; Detection algorithms; Detectors; Distributed computing; Signal detection; Signal generators; System recovery;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on