An Optimal Parallel Algorithm for Constructing a Spanning Tree on Proper Circle Trapezoid Graphs

Abstract

Given a simple graph G with n vertices and m edges, the spanning tree problem is to find a spanning tree for a given graph G. This problem has many applications, such as electric power systems, computer network design and circuit analysis. For a simple graph, the spanning tree problem can be solved in O(log n) time with O(m+n) processors on the CRCW PRAM. In general, it is known that more efficient parallel algorithms can be developed by restricting classes of graphs. In this paper, we shall propose a parallel algorithm which runs O(log n) time with O(n/log n) processors on the EREW PRAM for constructing on proper circle trapezoid graphs.

Share and Cite:

Honma, H. , Nakajima, Y. , Nagasaki, S. and Sasaki, A. (2018) An Optimal Parallel Algorithm for Constructing a Spanning Tree on Proper Circle Trapezoid Graphs. Journal of Applied Mathematics and Physics, 6, 1649-1658. doi: 10.4236/jamp.2018.68141.

1. Introduction

Given a simple connected graph G with n vertices, the spanning tree problem is to find a tree that connects all the vertices of G. The spanning tree problem has applications, such as electric power systems, computer network design and circuit analysis [1] . A spanning tree can be found in O ( n + m ) time using, for example, the depth-first search or breadth-first search. In recent years, a large number of studies have been made to parallelize known sequential algorithms. For simple graphs, Chin et al. presented that the spanning forest can be found in O ( l o g 2 n ) time using O ( n 2 / l o g 2 n ) processors [2] . Moreover, for a connected graph, Klein and Stein demonstrated that a spanning tree can be found in O ( l o g n ) time with O ( n + m ) processors on the CRCW (Concurrent Read Concurrent Write) PRAM (Parallel Random Access Machine) [3] .

In general, it is known that more efficient algorithms can be developed by restricting classes of graphs. For instance, Wang et al. proposed an optimal parallel algorithm for constructing a spanning tree on permutation graphs that run in O ( l o g n ) time using O ( n / l o g n ) processors on the EREW (Exclusive Read Exclusive Write) PRAM [4] . Wang et al. proposed optimal parallel algorithms for some problems including the spanning tree problem on interval graphs that can be executed in O ( l o g n ) time with O ( n / l o g n ) processors on the EREW PRAM [5] . Bera et al. presented an optimal parallel algorithm for finding a spanning tree on trapezoid graphs that take in O ( l o g n ) time using O ( n / l o g n ) processors on the EREW PRAM [6] . In addition, Honma et al. developed parallel algorithms for finding a spanning tree on circular permutation graphs [7] and circular trapezoid graphs [8] . Both of them take in O ( l o g n ) time using O ( n / l o g n ) processors on the EREW PRAM.

Felsner et al. first introduced circle trapezoid graphs [9] . They also provided an O ( n 2 ) time algorithm for solving maximum independent set problem and O ( n 2 l o g n ) time algorithm for solving maximum clique problem. Recently, Lin showed that circle trapezoid graphs are superclasses of trapezoid graphs [10] .

In this study, we propose a parallel algorithm for spanning tree problem on a proper circle trapezoid graph. It can run in O ( l o g n ) time with O ( n / l o g n ) processors on the EREW PRAM. The rest of this paper is organized as follows. Section 2 describes some definitions of circle trapezoid graphs and models and introduces the extended circle trapezoid model, as well as some notation. Section 3 presents some properties on circle trapezoid graphs, which are useful for finding a spanning tree in an efficient manner. Section 4 describes our parallel algorithm for the spanning tree problem and its complexity. Finally, Section 5 concludes the paper.

2. Preliminaries

2.1. Circle Trapezoid Model and Graph

We first illustrate the circle trapezoid model before defining the circle trapezoid graph. There is a unit circle C such that the consecutive integer i, 1 i 4 n are assigned clockwise on the circumference (n is the number of circle trapezoids). Consider nonintersecting two arcs A = [ a i b i ] and A = [ c i d i ] along the circumference of C. The point b i (resp., d i ) is the last point encountered when traversing A (resp., A ) clockwise. A circle trapezoid C T i is the region in a circle C that lies between two non-crossing chords a i d i and b i c i . Without loss of generality, each circle trapezoid C T i has four corner points a i , b i , c i , d i , and all corner points are distinct. We assume that circle trapezoids are labeled in increasing order of their corner points a i ’s, i.e., C T i < C T j if a i < a j . The geometric representation described above is called the circle trapezoid model. Figure 1(a) illustrates an example of a circle trapezoid model M with eight circle trapezoids. The circle trapezoid with a i > d i is called feedback circle trapezoid. Note that there exist two feedback circle trapezoids ( C T 7 , C T 8 ) in a circle trapezoid model M.

An undirected graph G is a circle trapezoid graph if it can be represented by the following circle trapezoid model; each vertex of the graph corresponds to a circle trapezoid in circle trapezoid model, and two vertices are adjacent in G if and only if their circle trapezoids intersect [9] . Figure 1(b) illustrates a circle trapezoid graph G corresponding to M shown in Figure 1(a). Table 1 shows the details of circle trapezoid model M of Figure 1.

2.2. Extended Circle Trapezoid Model

In the following, we introduce the extended circle trapezoid model EM constructed from a circle trapezoid model for making the problem easier. We first cut a circle trapezoid model M at point 1 on the circumference and next unroll onto the real horizontal line. Each circle trapezoid C T i = [ a i , b i , c i , d i ] in M is also changed to a pair of line segment I i = ( [ a i , d i ] , [ b i , d i ] ) called interval pair by executing the above process. Here, feedback circle trapezoid C T i = [ a i , b i , c i , d i ] in M is changed to interval pair I i = ( [ a i , d i + 4 n ] , [ b i + 4 n , d i + 4 n ] ) for a i > b i , c i , d i . Moreover, copies I i n of I i are created by shifting 4n to the left respectively, for each I i , 1 i n . Note that both interval pairs I i and I i n in extended circle trapezoid model EM are corresponding to C T i in M.

The following Algorithm CEM constructs an EM from a M. Figure 2 shows the EM constructed from the M illustrated in Figure 1. Table 2 shows the details of EM of Figure 2.

Algorithm CEM

Input: Corner points [ a i , b i , c i , d i ] of C T i in M.

Begin

For each non feedback circle trapezoid C T i pardo

Create a interval pair I i = ( [ a i , d i ] , [ b i , d i ] ) ;

For each feedback circle trapezoid C T i pardo

For each b i , c i , d i < a i

Create a interval pair I i = ( [ a i , d i + 4 n ] , [ b i + 4 n , d i + 4 n ] ) ;

For 1 i n pardo

Create copies I i n by shifting 4n to the left for I i ;

End

3. Proper Circle Trapezoid Model and Graph

3.1. Definitions for Proper Circle Trapezoid Graph

In this study, we focus and treat a proper circle trapezoid graph. Graph G is a circle trapezoid graph corresponding to a circle trapezoid model M and an extended circle trapezoid model EM is constructed from M by executing Algorithm CEM. We consider circle trapezoid model M such that the extended

Figure 1. Circle trapezoid model and graph. (a) Circle trapezoid model M; (b) Circle trapezoid graph G.

Figure 2. Extended circle trapezoid model EM.

Table 1. Details of circle trapezoid model M.

Table 2. Details of extended circle trapezoid model EM.

circle trapezoid model EM constructed from M satisfies that c i < d j for two interval pairs I i and I j ( i < j ) in EM. The circle trapezoid model M p is defined as proper circle trapezoid model. The graph corresponding to the proper circle trapezoid model is proper circle trapezoid graph G p . In this study, we will develop a parallel algorithm for spanning tree problem on proper circle trapezoid graphs. The Figure 1 is also an example of M p and G p because c i < d j for I i and I j ( i < j ) in extended circle trapezoid model EM.

Here, some notations that form the basis of our algorithm are defined as follows.

The function nor ( i ) normalizes the interval pair number i in EM within the range 1 to n, which is expressed as

nor ( i ) = { i if i 1, i + n if i < 1 .

For the example shown in Figure 2, for i = 4 and i = 5 , we have nor ( 4 ) = 4 and v ( 5 ) = 3 , respectively.

The function v d ( k ) computes a vertex number i satisfying d i = k for a given number k on EM. For the example shown in Figure 2, for k = 29 and k = 13 , we have v d ( 29 ) = 5 and v d ( 13 ) = 6 by d 5 = 29 and d 6 = 13 , respectively. Moreover, we use n v d ( k ) instead of nor ( v d ( k ) ) for simplicity. For the example shown in Figure 2, for k = 29 and k = 13 , we have n v d ( 29 ) = 5 and n v d ( 13 ) = 2 by v d ( 29 ) = 5 and v d ( 13 ) = 6 , respectively.

We next define l d i = max { d n + 1 , d n + 2 , , d i } , for n + 1 i n 1 , in E M p . The details of l d i , v d ( d i ) , and n v d ( d i ) are shown in Table 3.

3.2. Property of Proper Circle Trapezoid Graph

We describe some properties on circle trapezoid graphs which are useful for constructing the algorithm for spanning tree problem on proper circle trapezoid graphs.

For two interval pairs I i and I j ( i < j ) in EM, we say I i and I j are disjoint if d i < a j . Moreover, we say I i contain I j if and. Figure 3 shows examples of the cases of disjoint and contain. The following Lemma 1 has been described in [9] .

Table 3. Details of extended circle trapezoid model EM.

Figure 3. Examples of disjoint and contain. (a) and are disjoint (); (b) contains (and).

Lemma 1 Let and be non-feedback circle trapezoids in circle trapezoid model M. Moreover, extended circle trapezoid model EM is constructed from M. and intersect if and are not disjoint and does not contain in EM.

The following Lemma 2 generalizes Lemma 1. This is very useful to find the edges on circle trapezoid graph.

Lemma 2 G is a circle trapezoid graph corresponding to a circle trapezoid model M, and extended circle trapezoid model EM is constructed from M. For two interval pairs , an edge is in G if and only if at least one of the following conditions satisfies in EM;

1),

2) and.

(Proof) By Lemma 1, for two non-feedback circle trapezoids and do not intersect if and only if () or (and) in EM. By the contra position, for two non-feedback circle trapezoids and intersect if and only if () and (or) in EM. Here, () and (or) is logically equal to (and) or (and).

For the condition () and (), we have whenever. Thus, is an edge of CTG G if () or (and) for two interval pairs and in EM. □

We obtain the following Lemma 3 for a proper circle trapezoid model and graph.

Lemma 3. is a proper circle trapezoid graph corresponding to a proper circle trapezoid model, and is an extended circle trapezoid model constructed from. An edge is in if and only if for satisfies in the.

(Proof) By Lemma 2, if either of conditions 1) () or 2) (and) for two interval pairs and in, an edge is in. By definition of proper circle trapezoid graph, we have in. Hence, condition 2) satisfies when holds. Moreover, condition 1) satisfies if holds because by the definition of interval pair. Therefore an edge is in if and only if for satisfies in the. □

In Lemma 2, we have to test if or (and) in EM to check whether is an edge of normal circle trapezoid graph G. On the other hand, by Lemma 3, we only need to check holds for to determine whether an edge is in proper circle trapezoid graph.

The following Lemma 4 is core of solving this problem. An efficient algorithm can be constructed by using the following lemma.

Lemma 4. is a proper circle trapezoid graph corresponding to an, and is an extended circle trapezoid model constructed from. For, an edge is in if satisfies in the.

(Proof) By the definition,. Thus, we have. By Lemma 3, an edge is in if and only if for. Therefore, an edge is in if satisfies in the. □

4. Parallel Algorithm

In this section, we propose an algorithm for constructing a spanning tree of a connected proper circle trapezoid graph. We assume that all trapezoids in the proper circle trapezoid model have been sorted by corner point a in ascending order, that is, Table 1 is given as an input of our algorithm. Algorithm CST returns a spanning tree if a given graph is connected. Instead of using a sophisticated technique, we propose simple parallel algorithms using only the parallel prefix computation [11] and Brent’s scheduling principle [12] .

Algorithm CST

Input: and,.

Output: A spanning forest F of G. Initially F be an empty set.

Begin

(Step 1) % Initializing

;

For i, pardo

;

For i, pardo

;

(Step 2) % Computing

For i, pardo

;

;

For i, pardo

;

For i, pardo

;

(Step 3) % Construct a spanning forest

For i, pardo

If

then;

End

Lemma 5. After executing Step 3 of Algorithm CST, graph T is a spanning tree of proper circle trapezoid graph.

(Proof) Step 1 is a process for initialization. T is empty set and all are set to “0”. For all, compute using parallel prefix computation [11] .

In Step 2, we set, , if. In addition, we compute. By Lemma 4, an edge is in if. Thus, a vertex i that can have least one edge from i to other vertex. Vertex s is the largest satisfying. For the example shown in Figure 4, we set because, for. For the only case of, we have then.

We consider that T is added an edge form i to smaller for i,. By definitions of and ld, if corresponds a copy of a non-feedback circle trapezoid, we have. On the other hand, if corresponds a copy of a feedback circle trapezoid, we have. In the case of, T constructed in above way is connected graph that has n vertices. Thus, T is not a tree that has exactly one cycle C. There exist some edge in C such that is feedback circle trapezoid, because a given is connected. In Step 2, we obtained. In not adding to T, we can remove a cycle C.

Figure 4. Example of constructed spanning tree.

In Step 3, in the case of, we add an edge to T for vertex i, ,. T is connected with vertices, that is, T is a tree. In Step 3, we consider the case of. This implies. If, this means that a given is disconnected, which is a contradiction to our hypothesis. Therefore, in the case of, we add an edge to T for vertex i, ,. T is connected with vertices, that is, T is a tree.

Therefore, after executing Step 3 of Algorithm CST, graph T is a spanning tree of proper circle trapezoid graph. □

Figure 4 shows a spanning tree T constructed from CTG by executing Algorithm CST.

In the following, we analyze the complexity of Algorithm CST.

In Step 1, an extended circle trapezoid model is constructed from a circle trapezoid model in time using processors, which can be implemented in time using processors by applying Brent’s scheduling principle [12] . Moreover, all are obtained in time using processors by applying parallel prefix computation [11] . In Step 2, and s are computed in time using processors by applying Brent’s scheduling principle. Step 3 can also be implemented in time using processors by applying Brent’s scheduling principle. In addition, Algorithm CST can be executed on an EREW PRAM because neither concurrent read nor concurrent write are necessary. Thus, we have the subsequent theorem.

Theorem 6. Algorithm CST constructs a spanning tree of a proper circle trapezoid graph in time using processors on EREW PRAM. □

5. Concluding Remarks

In this paper, we presented a parallel algorithm to solve the spanning tree problem on a proper circle trapezoid graph. This algorithm can be implemented in time with processors on an EREW PRAM computation model using only parallel prefix computation [11] and Brent’s scheduling principle [12] without using a sophisticated technique. Solutions to the spanning problem have applications in electrical power provision, computer network design, and circuit analysis, among others. For this reason, we think this paper is also worthy from both a theoretical and algorithmic point of view. In the future, we will continue this research by extending the results to other classes of graphs.

Acknowledgements

We express many thanks to anonymous referees for their valuable advices on the theory of our attacks and their helpful editorial comments. This work was supported by JSPS KAKENHI Grant Number 17K00324 and 17K04965.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Wilson, R.J. (1996) Introduction to Graph Theory. Prentice Hall, Upper Saddle River.
[2] Chin, F.Y., Lam, J. and Chen, I. (1982) Efficient Parallel Algorithms for Some Graph Problems. Communications of the ACM, 25, 659-665.
https://doi.org/10.1145/358628.358650
[3] Klein, P. and Stein, C. (1990) A Parallel Algorithm for Eliminating Cycle in Undirected Graphs. Information Processing Letters, 34, 307-312.
https://doi.org/10.1016/0020-0190(90)90015-P
[4] Wang, Y. L., Chen, H. C. and Lee, C. Y. (1995) An Parallel Algorithm for Constructing a Spanning Tree on Permutation Graphs. Information Processing Letters, 56, 83-87.
https://doi.org/10.1016/0020-0190(95)00125-V
[5] Wang, Y. L., Chiang, K. C. and Yu, M. S. (1998) Optimal Algorithms for Interval Graphs. Journal of Information Science and Engineering, 14, 449-459.
[6] Bera, D., Pal, M. and Pal, T. K. (2003) An Optimal PRAM Algorithm for a Spanning Tree on Trapezoid Graphs. Journal of Applied Mathematics and Computing, 1-2, 21-29.
https://doi.org/10.1007/BF02936178
[7] Honma, H., Honma, S. and Masuyama, S. (2009) An Optimal Parallel Algorithm for Constructing a Spanning Tree on Circular Permutation Graphs. IEICE Transactions on Information and Systems, E92-D, 141-148.
https://doi.org/10.1587/transinf.E92.D.141
[8] Honma, H., Nakajima, Y., Igarashi, Y. and Masuyama, S. (2014) Algorithm for Finding Maximum Detour Hinge Vertices of Interval Graphs. IEICE Transactions on Fundamentals of Electronics, E97-A, 1365-1369.
https://doi.org/10.1587/transfun.E97.A.1365
[9] Felsner, S., Müller, R. and Wernisch, L. (1997) Trapezoid Graphs and Generalization, Geometry and Algorithms. Discrete Applied Mathematics, 74, 13-32.
https://doi.org/10.1016/S0166-218X(96)00013-3
[10] Lin, W. L. (2006) Circular and Circle Trapezoid Graphs. Journal of Science and Engineering Technology, 2, 11-17.
[11] Gibbons, A. and Rytter, W. (1988) Efficient Parallel Algorithms. Cambridge University Press, Cambridge.
[12] Brent, R. P. (1974) The Parallel Evaluation of General Arithmetic Expressions. Journal of the ACM, 21, 201-206.
https://doi.org/10.1145/321812.321815

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.