167
Views
0
CrossRef citations to date
0
Altmetric
Research Article

The regular edge connectivity of regular networks

, , &
Pages 193-205 | Received 06 Mar 2023, Accepted 10 Aug 2023, Published online: 17 Oct 2023

Abstract

Classical connectivity is a vital metric to assess the reliability of interconnection networks, while it has defects in the defective assumption that all neighbours of one node may fail concurrently. To overcome this deficiency, many new generalizations of traditional connectivity, such as g-component (edge) connectivity, restricted (edge) connectivity, g-extra (edge) connectivity and so on, have been suggested. For any positive integer a, the a-regular edge connectivity of a connected graph G is the minimum cardinality of an edge cut, whose deletion disconnects G so that each component is a a-regular graph. In this work, we investigate the a-regular edge connectivity of some regular networks, which provides a novel idea for further exploring the reliability of networks. Finally, simulations are carried out to compare the a-regular connectivity with other types of connectivity in some regular networks. The comparison results imply that the a-regular edge connectivity has its superiority.

1. Introduction

It is well known that interconnection networks play a crucial role in designing a parallel computing system. Since the interconnection network topology is typically modeled by a connected graph G, graph theory has become an important tool for studying network performance, which has made fruitful contributions. Network reliability indicates the ability of the network to work even when some nodes or links fail. Traditionally, connectivity is one of the most significant metrics to evaluate the fault tolerance and reliability of networks. In general, the higher the connectivity is, the more reliable the interconnection network is. However, the connectivity (resp., edge connectivity) assumes that all vertices (resp., edges) adjacent to the same vertex in a graph could fail at the same time, which is impossible to happen in real networks.

Because there are some shortcomings in utilizing edge connectivity to measure the reliability of interconnection networks, Harary [Citation20] suggested the concept of conditional edge (vertex)-connectivity by imposing some conditions on the remaining components of the graph after some vertices and edges fail. Esfahanian and Hakimi [Citation13] characterized lower and upper bounds for the conditional edge-connectivity when satisfying a certain condition. Latter, researchers put forward novel generalizations of traditional connectivity, such as g-component edge connectivity, restricted (edge) connectivity, g-extra edge connectivity, embedded edge connectivity and so on.

Based on the number of connected components, g-component edge connectivity cλg(G) was introduced by Sampathkumar [Citation30]. A g-component edge cut of G is a set of edges whose deletion results in a graph with at least g components. The g-component edge connectivity cλg(G) of a graph G is the size of the smallest g-component edge cut of G. Zhao et al. [Citation39] explored the (g+1)-component edge connectivity of n-dimensional hypercubes for 1g2[n2], n7. Liu et al. [Citation26] determined the (g+1)-component edge connectivity of the n-dimensional Hypercube-like networks for 1g2n2, n8.

Based on the number of vertices contained in each connected component, restricted connectivity was introduced by Esfahanian and Hakimi [Citation13]. At present, there are abundant research results in restricted (edge) connectivity. The k-restricted edge-connectivity has been applied successfully in the assessment of fault tolerance and reliability of networks. Liu and Meng [Citation28] determined the k-restricted edge-connectivity of the data center network DCell. Neil and Zoltan [Citation29] provided a generalization on edge-connectivity of permutation graphs for hypergraphs.

Fa`brega and Fiol [Citation15] introduced the concept of g-extra edge connectivity. Let XE(Γ). If ΓX is disconnected, then the subset of edges X is said to be an edge cutset. If every component of ΓX has at least g + 1 vertices (g is a non-negative integer), then the edge cutset X is called an Rg-edge cutset. The g-extra edge connectivity of Γ, denoted by λg(Γ), is then defined as the minimum cardinality over all Rg-edge cutsets of Γ when Γ has at least one Rg-edge cutset. Wei et al. [Citation33] established the g-extra edge-connectivity of balanced hypercubes BHn, that is λg(BHn)=2(g+1)n4g+4 for n>612g+1.

Yang and Wang [Citation37] proposed the concept of the t-embedded edge connectivity. Let Gn be an n-dimensional recursive network and let 0tn1. A t-embedded edge cut of Gn is a set F of edges in Gn whose deletion disconnects Gn and each vertex lies in a t-dimensional subnetwork of GnF. The t-embedded edge connectivity ηt(Gn) is the cardinality of a minimum t-embedded edge cut. Latter, Li et al. [Citation24] determined the t-embedded edge connectivity of the bubble-sort graph Bn, star graph Sn and hypercube Qn. They proved that η3(Bn)=6n18 for n4, ηt(Sn)=t!(nt) and ηt(Qn)=(nt)2t for 1tn1. Yang [Citation34] showed that the t-embedded edge connectivity of the Qnk is ηt(Qnk)=2(nk)kt for 1tn1 and odd k3. For further progress about connectivity of graphs, please refer to [Citation14Citation18Citation25Citation27].

Based on regularity notion in chemical graph theory, the concepts of a-regular edge connectivity in (chemical) graph have been first proposed by Ediz and Çiftçi [Citation11]. For any positive integer a, the a-regular edge connectivity of a connected graph G is the minimum cardinality of an edge cut, whose deletion disconnects G that each component is a a-regular graph. They determined the k-regular connectivity for cycles, complete graphs, and Cartesian products of cycles. On this basis, we further investigate the a-regular edge connectivity of some regular networks, which provides a new method for further studying the reliability of networks in this work. Our main contributions are as follows.

  1. We propose a general method to study the a-regular edge connectivity for Cayley graphs generated by transposition trees, and obtain the a-regular edge connectivity of star graph Sn and bubble-sort graph Bn.

  2. We investigate λar(G) for some BC graphs, and determine λar(G) for the hypercube Qn, twisted cube LTQn, crossed cube FCQn and Möbius cube MQn.

  3. We also determine the a-regular edge connectivity of alternating group graph ANn and (n,k)-star graph Sn,k in a more intuitive way.

  4. Furthermore, we make comparisons among regular networks by a simulation experiment and illustrate the comparison results. The comparison results imply that the a-regular edge connectivity has its superiority.

The remainder of this work proceeds as follows. We present the relevant definitions and notations in the next section. The main results and proofs are presented in Section 3. Section 4 concludes the work.

2. Preliminaries

In this paper, we only consider a simple, undirected, connected graph. For convenience of discussion, a graph G is a pair of sets (V,E), where V and E are the vertex-set and edge-set of G, respectively. The number of vertices in G is called the order of G, denoted by |V(G)|, while the number of edges in G is called the size of G, denoted by |E(G)|. Given an integer n2, let [n] be the set {1,2,,n} and P(n) be the set of all the permutations on [n], that is, P(n)={p1p2pn|pi[n],andpipjfor1ijn}. For any vV(G), we denote NG(v)={wV(G)(v,w)E(G)} as the neighbourhood of v in G. Moreover, the degree of a vertex v is represented as dv=|NG(v)|. Let VV(G), we use G[V] to denote the subgraph induced by the vertex subset V in G. A graph is regular if all of its vertices have the same degree, and is k-regular if the regular degree is k. One 3-regular graph is sometimes called cubic. One 2-regular connected graph with n edges and n vertices is called cycle and denoted as Cn. The edge connectivity λ is the minimum number of edges whose removal disconnects G. For any positive integer a, the a-regular edge connectivity of a connected graph G is the minimum cardinality of an edge cut, whose deletion disconnects G such that each component is a a-regular graph, denoted as λar(G). For undefined terms we refer the reader to [Citation4]. 

3. Main results

In this section, we provide the calculation of a-regular edge connectivity of Cayley graphs generated by transposition trees Γn, BC graph Bn, alternating group graph ANn and (n,k)-star graph Sn,k. First, we give following lemmas.

Lemma 3.1

[Citation11]

Let G be a cycle with 2n vertices, then λ1r(G)=n for n2.

Lemma 3.2

[Citation11]

Let G be a complete graph, then λar(G)=n(na1)2 for suitable integers n and a.

3.1. Cayley graphs generated by transposition trees

Let Γ be a group and S be a subset of Γ. If S is the generating set of Γ, then Γ=S. The Cayley graph Cay(Γ,S) is a digraph with vertex-set V(Cay(Γ,S))=Γ and arc-set {(h,hx)|hΓ,xS}. If S=S1, where S1={x1|xS}, the Cayley graph Cay(Γ,S) is undirected. We use (p1p2pn) to denote a permutation on {1,2,,n}, and [ij] to denote a transposition which swaps the objects at ith and jth positions, such as (p1pipjpn)[ij]=(p1pjpipn). In this paper, we only discuss Cayley graph generated by transposition trees, which are defined as follows.

Definition 3.1

[Citation3]

Cayley graph generated by a transposition tree is denoted as Γn. Vertices are all permutations on {1,2,,n}. Given a tree G(Γ) consisting of vertices {1,2,,n}, two vertices (p1p2pn) and (q1q2qn) in Γn are adjacent, if and only if there is an edge (ij) in G(Γ) such that (p1p2pn)[ij]=(q1q2qn).

For convenience, we denote Γn the Cayley graph generated by G(Γ). When G(Γ) is isomorphic to a star, Γn is the star graph Sn [Citation2](see Figure ). When G(Γ) is isomorphic to a path, Γn is the bubble sort graph Bn [Citation2]. Without loss of generality, we may assume that V(G(Γ))={1,2,,n} and n is the leaf of G(Γ) with n−1 being its only neighbor. For example, G(Γ) is generated by a transposition tree Γ4 in Figure .

Figure 1. G(Γ) generated by a transposition tree Γ4.

Figure 1. G(Γ) generated by a transposition tree Γ4.

Lemma 3.3

[Citation23Citation32]

For n-dimensional Cayley graph Γn, it has the following properties:

(1)

Γn is a (n1) regular graph and has n! vertices;

(2)

For Γn, the vertex set V(Γn) can be partitioned into n parts V(Γn1),V(Γn2),,V(Γnn), where V(Γni) is the set of vertices with final digit number i. Obviously, for each 1in, Γni is isomorphic to Γn1;

(3)

There are (n2)! crossing edges between Γni and Γnj.

Theorem 3.1

For n-dimensional Cayley graph Γn, then λar(Γn)=n!(na1)2 when 1an2 and n3.

Proof.

First, we prove λar(Γn)n!(na1)2 by induction on n. When n = 3, G(Γ) is a P3 path. Γ3 is a cycle of length 6, the theorem holds, where a = 1. When n4, suppose that λar(Γn1)(n1)!(n1a1)2=(n1)!(na2)2 holds. Now, it suffices to consider Γn. Let n is the leaf of G(Γ) with n−1 being its only neighbor. Remove leaf n, the remaining graph G(Γ) is a tree with n−1 vertices. So Γn1 is generated by G(Γ). Γn can be decomposed into n subgraphs Γni(Γn1) by deleting n!(n1)2n(n1)!(n2)2=n!2 number of cross edges. Let |F|=λar(Γn1)(n1)!(na2)2. Since a subgraph Γn1F is disconnected and each component is a a-regular graph, we have |F|=n!2+n|F|. So λar(Γn)n!2+nλar(Γn1)=n!(na1)2.

Figure 2. Bubble-sort B4 graph.

Figure 2. Bubble-sort B4 graph.

Figure 3. AN4.

Figure 3. AN4.

Figure 4. The (4,2)-star graph S4,2.

Figure 4. The (4,2)-star graph S4,2.

Next, we prove λar(Γn)n!(na1)2. Let F be a minimum a-regular edge-cut and suppose that |F|n!(na1)21. That is to say, ΓnF is a-regular. By Lemma 3.3, Γn has n!(n1)2 edges. After deleting F, it leaves at least n!(n1)2(n!(na1)21)=n!a2+1 number of edges. Because ΓnF is a regular graph, by Lemma 3.3 and handshaking lemma, the degree of each vertex is a+2n!, which is not equal to a, a contradiction. Thus we have λar(Γn)n!(na1)2.

In summary, λar(Γn)=n!(na1)2.

Corollary 3.1

For star graph Sn, λar(Sn)=n!(na1)2 when 1an2 and n3.

Corollary 3.2

For bubble-sort graph Bn, λar(Bn)=n!(na1)2 when 1an2 and n3.

3.2. BC graph

Definition 3.2

[Citation16]

The one-dimensional BC graph is the complete graph of two vertices. A graph G is a n-dimensional BC graph, denoted by Bn, if there exist V0,V1V(G) such that the following two conditions hold:

  1. V(G)=V0V1,V0,V1,V0V1=, and G[V0],G[V1]Bn1;

  2. The edges between V0 and V1 form a perfect matching M of G.

Lemma 3.4

[Citation31Citation36]

The Bn has the following common properties:

(1)

Bn is n-regular, which has 2n vertices and n2n1 edges;

(2)

Bn has the edge connectivity λ(Bn)=n;

(3)

each vertex in one (n1)-dimensional BC graph has exactly one neighbor in another (n1)-dimensional BC graph.

Let Bn10 and Bn11 be the induced subgraphs Bn[V0] and Bn[V1] respectively. Then they are both (n1)-dimensional BC networks and Bn=Bn10Bn11. Obviously, Bn10 and Bn11 are isomorphic to Bn1. The edges between two subcubes are called cross edges. As an interconnection architecture, BC networks contain most of the variants of hypercube Qn, such as the crossed cube CQn [Citation12], the Möbius cube MQn [Citation10] and the twisted cube TQn [Citation21].

Theorem 3.2

For n-dimensional BC network, λar(Bn)=2n1(na) when 1an1 and n2.

Proof.

It is clearly that Bn can be decomposed into 2 subgraphs Bn10 and Bn11 by deleting 2n1 cross edges.

First, we prove λar(Bn)2n1(na) by induction on n. When n = 2. B2 can be decomposed into 2 subgraphs B10 and B11 by deleting 2 number of cross edges, the theorem holds where a = 1. When n3, suppose that λar(Bn1)2n2(n1a) holds. Now, it suffices to consider Bn. Bn can be decomposed into 2 subgraphs Bn1i(Bn1) by deleting 2n1 number of cross edges. Let |F|=λar(Bn1)2n2(n1a). Since a subgraph Bn1F is disconnected and each component is a a-regular graph, we have |F|=2n1+2|F|. So λar(Bn)2n1(na).

Next, we prove λar(Bn)2n1(na). Let F be a minimum a-regular edge-cut and suppose that |F|2n1(na)1. That is to say, BnF is a-regular. By Lemma 3.4, Bn has n2n1 edges. After deleting F, it leaves at least n2n1(2n1(na)1)=2n1a+1 number of edges. Because BnF is a regular graph, by Lemma 3.4 and handshaking lemma, the degree of each vertex is a+22n, which is not equal to a, a contradiction. Thus we have λar(Bn)2n1(na).

In summary, λar(Bn)=2n1(na).

Corollary 3.3

λar(Qn)=λar(LTQn)=λar(FCQn)=λar(MQn)=2n1(na) when 1an1 and n2.

3.3. Alternating group network ANn

Definition 3.3

[Citation22]

The n-dimensional alternating group network ANn is defined as the Cayley graph on the alternating group An of degree n and generating set S={(123),(132)}{(12)(3i)|4in}. Then V(ANn)=An in which two vertices u and v are adjacent if and only if v = us, where sS.

Lemma 3.5

[Citation5]

The alternating group network ANn (see Figure ) has the following properties:

(1)

ANn is a regular graph with n!2 vertices, n!(n1)4 edges and degree n−1.

(2)

ANn can be decomposed into n sub-alternating group networks ANn1,ANn2,,ANnn, where each ANni fixes i in the last position of the label strings representing the vertices and is isomorphic to ANn1.

Theorem 3.3

For n-dimensional ANn, λar(ANn)=n!(n1a)4 when 2an2 and n4.

Proof.

It is clearly that ANn can be decomposed into n subgraphs ANni(i{1,2,,n}) by deleting (n1)!2n12=n!4 cross edges.

First, we prove λar(ANn)n!(n1a)4 by induction on n. When n = 4. AN4 can be decomposed into 4 subgraphs AN4i(AN3) by deleting 6 number of cross edges, the theorem holds. When n5, suppose that λar(ANn1)(n1)!(na2)4 holds where a = 2. Now, it suffices to consider ANn. ANn can be decomposed into n subgraphs ANni(ANn1) by deleting n!4 number of cross edges. Let |F|=λar(ANn1)(n1)!(na2)4. Since a subgraph ANn1F is disconnected and each component is a a-regular graph, we have |F|=n!4+n|F|. So λar(ANn)=n!4+nλar(ANn1)n!(na1)4.

Next, we prove λar(ANn)n!(na1)4. Let F be a minimum a-regular edge-cut and suppose that |F|n!(na1)41. That is to say, ANnF is a-regular. By Lemma 3.5, ANn has n!(n1)4 edges. After deleting F, it leaves at least n!(n1)4(n!(na1)41)=n!a4+1 number of edges. Because ANnF is a regular graph, by Lemma 3.5 and handshaking lemma, the degree of each vertex is a+4n!, which is not equal to a, a contradiction. Thus we have λar(ANn)n!(na1)4.

In summary, λar(ANn)=n!(n1a)4.

3.4. (n,k)-star graph Sn,k

Definition 3.4

[Citation8]

The (n,k)-star graph, denoted by Sn,k, is specified by two integers n and k, where 1kn. The node set of Sn,k is denoted by V(Sn,k)={p1p2pk|pkn={1,2,,n}, and pipj for ij}. The edge set of Sn,k is defined as follows. 

  1. A node p1p2pipk is adjacent to the node pip2p1pk though an edge of dimension i, where 2ik

  2. A node p1p2pipk is adjacent to the node xp2pipk though an edge of dimension 1, where n{p1p2pipk} (i.e. replace p1 by x).

Lemma 3.6

[Citation7–9]

The (n,k)-star graph Sn,k (see Figure ) has the following properties:

(1)

Sn,k is (n1)-regular and has n!(nk)! vertices;

(2)

The set of all cross edges between any two subgraphs Sn,ki and Sn,kj(ijn) is denoted by E(i,j) with order |E(i,j)|=(n2)!(nk)!.

(3)

Sn,1 is isomorphic to the complete graph Kn; Sn,n1 is isomorphic to the n-dimensional star graph Sn; Sn,n2 is isomorphic to the n-dimensional alternating group graph ANn;

(4)

Sn,1 can be decomposed into n subgraphs Sn,k1,Sn,k2,,Sn,ki where each subgraph Sn,ki fixes the symbol i in the last position k and is isomorphic to Sn1,k1.

Firstly, we consider when n = 3, S3,1 is a triangle, then λ1r(S3,1) does not exist. S3,2 is a 6-cycle C6, by Lemma 3.1, λ1r(S3,1)=3. Thus we only need to consider n4.

Theorem 3.4

For n4, if 1kn1, then λar(Sn,k)={n(na1)2,k=1n!(na1)2,k=n1n!(na1)4,k=n2n(n1)(n2)(nk+1)2(n3),2kn3.

Proof.

Case 1. k = 1, Sn,1 is isomorphic to the complete graph Kn. By Lemma 3.2, we have λar(Sn,1)=λar(Kn)=n(nk1)2.

Case 2. k = n−1, Sn,n1 is isomorphic to the n-star graph Sn. By Corollary 3.1, we have λar(Sn,n1)=λar(Sn)=n!(nk1)2.

Case 3. k = n−2, Sn,n2 is isomorphic to the n-dimensional alternating group graph ANn. By Theorem 3.3, we have λar(Sn,n2)=λar(ANn)=n!(na1)4.

Case 4. 2kn3.

First, we prove λar(Sn,k)n(n1)(n2)(nk+1)2(n3) by induction on k. For k = 2. Since the set of all cross edges between any two subgraphs Sn,ki and Sn,kj(ijn) is denoted by E(i,j) with order |E(i,j)|=(n2)!(nk)!, it is clearly that Sn,2 can be decomposed into n subgraphs Sn1,1i(i{1,2,,n1}) by deleting (n2)!(nk)!(n1)n12=n!2(nk)! cross edges. Since Sn1,1 is isomorphic to the complete graph Kn1, by Lemma 3.6, we have λar(Sn,2)n!2(n2)!+n(n1)(n4)2=n(n1)2(n3), the desired. When k = 3, it is clearly that Sn,3 can be decomposed into n subgraphs Sn1,2i(i{1,2,,n1}) by deleting n!2(n3)! cross edges. Similar to the above method, we have λar(Sn,3)n!2(n3)!+n(n1)(n2)(n4)2=n(n1)(n2)2(n3). Then we suppose k=n−4 holds. We have λar(Sn,n4)n!48(n3). Now, it suffices to consider when k=n−3. It is clearly that Sn,n3 can be decomposed into n subgraphs Sn1,n4i(i{1,2,,n1}) by deleting n!23! cross edges. Similar to the above method, we have λar(Sn,n3)=n!23!+nλar(Sn1,n4)n!12(n3). Thus, we have λar(Sn,k)n(n1)(n2)(nk+1)2(n3).

Next, we prove λar(Sn,k)n(n1)(n2)(nk+1)2(n3). Let F be a minimum a-regular edge-cut and suppose that |F|n(n1)(n2)(nk+1)2(n3)1. Similar to the above method, we have λar(Sn,k)n(n1)(n2)(nk+1)2(n3). The result is desired.

In summary, λar(Sn,k)={n(na1)2,k=1n!(na1)2,k=n1n!(na1)4,k=n2n(n1)(n2)(nk+1)2(n3),2kn3.

We compare the a-regular edge connectivity of some regular networks with other types of conditional connectivity, including component edge connectivity, restricted edge connectivity, extra edge connectivity, edge neighbor connectivity and embedded edge connectivity. The edge neighbor connectivity of a graph G is the minimum size of all edge-cut-strategies of G, where an edge-cut-strategy consists of a set of common edges of double stars whose removal disconnects the graph G or leaves a single vertex or 0. The summary of these conditional connectivity of regular networks Qn, Sn, Bn, Γn and ANn are shown in Tables .

Table 1. Comparison of conditional connectivity for Qn.

Table 2. Comparison of conditional connectivity for Sn and Bn.

Table 3. Comparison of conditional connectivity for Cayley graphs generated by transposition trees Γn.

Table 4. Comparison of conditional connectivity for alternating group network ANn.

We make comparisons among Qn for different values of the dimension n by a simulation experiment and illustrate the comparison results in Figure . In the simulation experiment, the parameter a in the regular edge connectivity are 2 and 3. As we can see from Figure  that all these types of conditional connectivity are linear on n. If a is big, for example, when a = n−1, the value of regular edge connectivity can achieve 2n1, but all other kinds of conditional connectivity are linear on n. Thus the regular edge connectivity increases faster than all the other types of conditional connectivity since it has the greatest slope. We also make comparisons among Sn and Bn for different values of the dimension n by a simulation experiment and illustrate the comparison results in Figure . After simulating experiments, we get the same results for BC network, ANn and Sn,k (Figure ). When the dimension of a network is the same, the regular edge connectivity is higher than other classic edge connectivities. This shows that regular edge connectivity has better fault tolerability. It implies that the regular edge connectivity has its superiority.

Figure 5. Illustration of comparisons among the conditional connectivity of Qn with fixed a.

Figure 5. Illustration of comparisons among the conditional connectivity of Qn with fixed a.

Figure 6. Illustration of comparisons among the conditional connectivity of Sn and Bn.

Figure 6. Illustration of comparisons among the conditional connectivity of Sn and Bn.

Figure 7. Illustration of comparisons among the conditional connectivity of Cayley graph and ANn.

Figure 7. Illustration of comparisons among the conditional connectivity of Cayley graph and ANn.

4. Conclusions

With the development of network technology, network reliability analysis has witnessed a great progress in recent years. Based on the concept of a-regular edge connectivity, we determine the a-regular edge connectivity of some regular networks. In future work, we will explore more general graphs about the a-regular edge connectivity.

Disclosure statement

No potential conflict of interest was reported by the author(s).

Additional information

Funding

This work was partly supported by the National Natural Science Foundation of China [grant numbers 61977016, 61572010, and 62277010], Natural Science Foundation of Fujian Province, China [grant numbers 2020J01164 and 2017J01738]. This work was also partly supported by the China Scholarship Council [CSC number 202108350054].

References

  • M. Abdallah and C. Hung, Neighbor connectivity of the alternating group graph, J. Interconnect. Netw. 21(3) (2021), pp. 2150014.
  • S.B. Akers and B. Krishnamurthy, A group-theoretic model for symmetric interconnection networks, IEEE Trans. Comput. 38(4) (1989), pp. 555–566.
  • N. Biggs and A. White, Permutation Groups and Combinatorial Structures, Cambridge University Press, London, Vol. 33, 1979.
  • J. Bondy and U.S. Murty, Graph Theory, New York, Springer, 2008.
  • B.-H. Chen, W.-J. Xiao, and B. Parhami, Internode distance and optimal routing in a class of alternating group networks, IEEE Trans. Comput. 55(12) (2006), pp. 1645–1648.
  • Y.-J. Chen and S.-Y. Wang, The restricted edge connectivity of the bubble-sort, J. Taiyuan Norm Univ. 9(3) (2010), pp. 27–29.
  • E. Cheng, K. Qiu, and Z.-Z. Shen, A note on the alternating group network, J. Supercomput. 59(1) (2012), pp. 246–248.
  • W.-K. Chiang and R.-J. Chen, The (n,k)-star graph: A generalized star graph, Inf. Process. Lett. 56(5) (1995), pp. 259–264.
  • W.-K. Chiang and R.-J. Chen, Topological properties of the (n,k)-star graph, Int. J. Found. Comput. Sci.9(2) (1998), pp. 235–248.
  • P. Cull and S. Larson, The M o¨bius cubes, IEEE Trans. Comput. 44(5) (1995), pp. 647–659.
  • S. Ediz and İ Çiftçi., On k-regular edge connectivity of chemical graphs, Main Group Met. Chem.45(1) (2022), pp. 106–110.
  • K. Efe, The crossed cube architecture for parallel computation, IEEE Trans. Parallel. Distribut. Syst.3(5) (1992), pp. 513–524.
  • A.-H. Esfahanian and S.L. Hakimi, On computing a conditional edge-connectivity of a graph, Inform. Process. Lett. 27(4) (1988), pp. 195–199.
  • J. Fàbrega and M.A. Fiol, Extraconnectivity of graphs with large girth, Discret. Math. 127(1–3) (1994), pp. 163–170.
  • J. Fàbrega and M.A. Fiol, On the extraconnectivity of graphs, Discret. Math. 155(1–3) (1996), pp. 49–57.
  • J.-X. Fan and L.-Q. He, BC interconnection networks and their properties, Chin. J. Comput. 26(1) (2003), pp. 84–90.
  • Y.-Q. Feng, R.-X. Hao, and J.-X. Zhou, On computing of a conditional edge connectivity of alternating group network, Linear Multilinear A 65(12) (2017), pp. 2949–2507.
  • J. Guo, M. Lu, and X. Wang, The (strong) structure connectivity and (strong) substructure connectivity of the (n,k)- bubble-sort network, Appl. Math. Comput. 425 (2022), pp. 127078.
  • L.-T. Guo, M.-Z. Zhang, S.-H. Zhai, and L.-Q. Xu, Relation of extra edge connectivity and component edge connectivity for regular networks, Int. J. Found. Comput. S 32(2) (2021), pp. 137–149.
  • F. Harary, Conditional connectivity, Networks 13(3) (1983), pp. 347–357.
  • P. Hibers, M. Koopman, and D. Snepscheut, The twisted cube, in Proc. Conf. Parallel Architectures and Languages Europe, Springer, Berlin, Heidelberg, 1987, pp. 152–159.
  • Y.-H. Ji, A new class of Cayley networks based on the alternating groups, Adv. Math. 27 (1998), pp. 361–362.
  • S. Lakshmivarahan, J.-S. Jwo, and S. Dhall, Symmetry in interconnection networks based on cayley graphs of permutation groups a survey, Parallel Comput. 19(4) (1993), pp. 361–407.
  • X.-J. Li, Q.-Q. Dong, Z. Yan, and J.-M. Xu, Embedded connectivity of recursive networks, Theor. Comput. Sci. 653 (2016), pp. 79–86.
  • X.-J. Li, X.-Q. Zeng, and J.-M. Xu, Note on reliability evaluation of arrangement graphs, Appl. Math. Comput. 418 (2022), pp. 126845.
  • D. Liu, P.-S. Li, and B.-C. Zhang, Component edge connectivity of hypercube-like networks, Theor. Comput. Sci. 911 (2022), pp. 19–25.
  • F.-X. Liu and J.-X. Meng, Edge-connectivity of regular graphs with two orbits, Discret. Math. 308(16) (2008), pp. 3711–3716.
  • X.-M. Liu and J.-X. Meng, The k-restricted edge-connectivity of the data center network DCell, Appl. Math. Comput. 396(1) (2021), pp. 113614.
  • J. Neil and S. Zoltan, Edge-connectivity of permutation hypergraphs, Discrete Math. 32 (2012), pp. 2536–2539.
  • E. Sampathkumar, Connectivity of a graph-a generalization, J. Comb. Inf. Syst. Sci. 9(2) (1984), pp. 71–78.
  • A. Vaidya, P. Rao, and S. Shankar, A class of hypercube-like networks, in Proceedings of the 5th Symposium on Parallel and distributed Processing. IEEE Computer Soc, Vol. 193, pp. 800–803.
  • M. Wan and Z. Zhang, A kind of conditional vertex connectivity of star graphs, Appl. Math. Lett.22(2) (2009), pp. 264–267.
  • Y.-L. Wei, R.-H. Li, and W.-H. Yang, The g-extra edge-connectivity of balanced hypercubes, J. Interconnect. Netw. 21(4) (2021), pp. 2142008.
  • Y.-X. Yang, Embedded edge connectivity of k-ary n-cubes, Inf. Process. Lett. 180 (2023), pp. 106328.
  • W.-H. Yang, H.-Z. Li, and J.-X. Meng, Conditional connectivity of Cayley graphs generated by transposition trees, Inform. Process. Lett. 110(23) (2010), pp. 1027–1030.
  • W.-H. Yang and H.-Q. Lin, Reliability evaluation of BC networks in terms of the extra vertex- and edge-connectivity, IEEE Trans. Comput. 63(10) (2014), pp. 2540–2548.
  • Y.-X. Yang and S.-Y. Wang, Conditional connectivity of star graph networks under embedding restriction, Inform. Sci. 199 (2012), pp. 187–192.
  • H. Zhang, S.-M. Zhou, and E. Cheng, Restricted connectivity of Cayley graph generated by transposition trees, Discret. Appl. Math. 327 (2023), pp. 87–95.
  • S.-L. Zhao, W.-H. Yang, S.-R. Zhang, and L.-Q. Xu, Component edge connectivity of hypercubes, Int. J. Found. Comput. Sci. 29(6) (2018), pp. 995–1001.

Reprints and Corporate Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

To request a reprint or corporate permissions for this article, please click on the relevant link below:

Academic Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

Obtain permissions instantly via Rightslink by clicking on the button below:

If you are unable to obtain permissions via Rightslink, please complete and submit this Permissions form. For more information, please visit our Permissions help page.