A Self-Stabilizing Algorithm for Detecting Fundamental Cycles in a Graph

作者:

Highlights:

摘要

This paper presents a self-stabilizing algorithm for detecting a set of fundamental cycles of a connected undirected graph on an asynchronous distributed or network model of computation. The output of the algorithm is available in a distributed manner; i.e., when the algorithm terminates each node of the graph knows exactly how many fundamental cycles are passing through it and also a unique identifier for each of these fundamental cycles. The algorithm is resilient to transient faults and does not require initialization. It has been proved that the algorithm is correct and requires O(n2) time if the depth-first search spanning tree of the graph is known, or else it requires O(n3) time, where n is the number of nodes in the graph.

论文关键词:

论文评审过程:Received 15 March 1998, Revised 13 November 1998, Available online 25 May 2002.

论文官网地址:https://doi.org/10.1006/jcss.1999.1622