IEEE Access (Jan 2020)

Two Algorithms for Constructing Independent Spanning Trees in (<italic>n,k</italic>)-Star Graphs

  • Jie-Fu Huang,
  • Eddie Cheng,
  • Sun-Yuan Hsieh

DOI
https://doi.org/10.1109/ACCESS.2020.3025009
Journal volume & issue
Vol. 8
pp. 175932 – 175947

Abstract

Read online

In a graph $G$ , two spanning trees $T_{1}$ and $T_{2}$ are rooted at the same vertex $r$ . If, for every $v \in V(G)$ , the paths from $v$ to the root $r$ in $T_{1}$ and $T_{2}$ are internally vertex-disjoint, they are called independent spanning trees (ISTs). ISTs can be applied in numerous fields, such as fault-tolerant broadcasting and secure message distribution. The ( $n$ , $k$ )-star graphs $S_{n,k}$ constitute a generalized version of the star network. The method of constructing ISTs in ( $n$ , $k$ )-star graphs remains unknown. In this paper, we propose one recursive algorithm and one parallel algorithm for constructing ISTs on ( $n$ , $k$ )-star graphs. The main ideas of the recursive algorithm are to use induction to change small trees into large trees, to use a modified breadth-first search (MBFS) traversal to create a frame for an IST, and to use a breadth-first search (BFS) traversal to connect the rest of nodes. The main ideas of the parallel algorithm are to create frames through MBFS traversals in parallel, and to use some specific rules to connect the rest of nodes in parallel. We also present validation proofs for both algorithms, and analyze the time complexities of both algorithms. The time complexity of the recursive algorithm in $S_{n,k}$ is $O\left({n\times \frac {n!}{(n-k)!}}\right)$ , where $\frac {n!}{(n-k)!}$ is the number of nodes of $S_{n,k}$ . The time complexity of the parallel algorithm can be reduced to $O\left({\frac {n!}{(n-k)!}}\right)$ if the system has $n-1$ processors computing in parallel. Both algorithms are correct with the stated time complexity values; the parallel algorithm is more efficient than the recursive algorithm.

Keywords