arxiv: v1 [math.co] 23 Jan 2019

Size: px
Start display at page:

Download "arxiv: v1 [math.co] 23 Jan 2019"

Transcription

1 Embedding complete multi-partite graphs into Cartesian product of paths and cycles arxiv: v1 [math.co] 23 Jan 2019 R. Sundara Rajan a A. Arul Shantrinal a K. Jagadeesh Kumar a T.M. Rajalaxmi b Jianxi Fan c Weibei Fan c a Department of Mathematics, Hindustan Institute of Technology and Science, Chennai, India, vprsundar@gmail.com shandrinashan@gmail.com jagadeeshgraphs@gmail.com b Department of Mathematics, SSN College of Engineering, Chennai, India, laxmi.raji18@gmail.com c School of Computer Science and Technology, Soochow University, Suzhou, China, jxfan@suda.edu.cn fanweibei@163.com Abstract Graph embedding is a powerful method in parallel computing that maps a guest network G into a host network H. The performance of an embedding can be evaluated by certain parameters, such as the dilation, the edge congestion and the wirelength. In this manuscript, we obtain the wirelength (exact and minimum) of embedding complete multi-partite graphs into Cartesian product of paths and cycles, which include n-cube, n-dimensional mesh (grid), n-dimensional cylinder and n-dimensional torus, etc., as the subfamilies. Keywords: Embedding, edge congestion, wirelength, complete multi-partite graphs, Cartesian product of graphs Mathematics Subject Classification: 05C60, 05C85 1 Introduction and Preliminaries Given two graphs G (guest) and H (host), an embedding from G to H is an injective mapping f : V (G) V (H) and associating a path P f (e) in H for each edge e of G. We, now define the dilation dil(g, H), the edge congestion EC(G, H) and the wirelength W L(G, H) [1] as follows: dil(g, H) = EC(G, H) = W L(G, H) = min f:g H min f:g H min f:g H max dist H(f(x), f(y)) e=xy E(G) max EC f (e) e=xy E(H) dist H (f(x), f(y)) = e=xy E(G) min f:g H e=xy E(H) EC f (e) where dist H (f(x), f(y)) is a distance (need not be a shortest distance) between f(x) and f(y) in H and EC f (e) denote the number of edges e of G such that e = xy is in the path P f (e ) (need not be a shortest path) between f(x) and f(y) in H. Further, EC f (S) = e SEC f (e), where S E(H). 1

2 Figure 1: An embedding f from torus G into a path H with dil f (G, H) = 6, EC f (G, H) = 8 and W L f (G, H) = 48 For example, the dilation, the edge congestion and the wirelength of an embedding f : C 3 C 3 P 9 is given in Figure 1. It is easy to observe that, the above three parameters are different. But, for any embedding g, the sum of the dilations (called dilation sum), the sum of the edge congestion (called edge congestion sum) and the wirelength are all equal. Mathematically, we have the following equality. dist H (g(x), g(y)) = EC g (e) = W L g (G, H). e=xy E(G) e=xy E(H) In this manuscript, we will use the edge congestion sum to estimate the wirelength. For a subgraph M of G of order n, I G (M) = {uv E u, v M}, I G (k) = max M V (G), M =k I G(M) θ G (M) = {uv E u M, v / M}, θ G (k) = min M V (G), M =k θ G(M) The maximum subgraph problem (MSP) for a given k, k [n] is a problem of computing a subset M of V (G) such that M = k and I G (M) = I G (k). Further, the subsets M are called the optimal set [2, 3, 4]. Similarly, we define the minimum cut problem (MCP) for a given k, k [n] is a problem of computing a subset M of V (G) such that M = k and θ G (M) = θ G (k). For a regular graph, say r, we have 2I G (k) + θ G (k) = rk, k [n] [3]. The following lemmas are efficient techniques to find the exact wirelength using MSP and MCP. Lemma 1.1. [5] Let f : G H be an embedding with V (G) = V (H). Let S be set of all edges (or edge cut) of H such that E(H) \ S has exactly two subgraphs H 1 and H 2 and let G i = [f 1 (V (H i ))], i = 1, 2. In other words, G i is the induced subgraph on f 1 (V (H i )) vertices, i = 1, 2. Moreover, S must fulfil the following conditions: 1. For each edge uv E(G i ), i = 1, 2, P f (uv) has no edges in the set S. 2. For each edge uv E(G) with u in V (G 1 ) and v in V (G 2 ), P f (uv) has only one edge in the set S. 3. V (G 1 ) and V (G 2 ) are optimal sets. Then EC f (S) is minimum over all embeddings f : G H and EC f (S) = 2 E(G 1 ) = v V (G 2 ) v V (G 1 ) deg G (v) 2 E(G 2 ), where deg G (v) is the degree of a vertex v in G. deg G (v) 2

3 Remark 1.2. For a regular graph G, it is easy to check that, V (G 2 ) is optimal if V (G 1 ) is optimal and vice-versa [6]. Lemma 1.3. [5] For an embedding f from G into H, let {P 1, P 2,..., P t } be an edge partition of H such that each P i is an edge cut of H and it satisfies all the conditions of Lemma 1.1. Then W L f (G, H) = t EC f (P i ). Remark 1.4. [7] For an embedding f from G into H and f satisfies Lemma 1.3. Then the wirelength of an embedding from G into H is equal to the wirelength of an embedding from G into H with respect to f. The multipartite graph is one in all the foremost in style convertible and economical topological structures of interconnection networks. The multipartite has several wonderful options and its one in all the most effective topological structure of parallel processing and computing systems. In parallel computing, a large process is often decomposed into a collection of little sub processes which will execute in parallel with communications among these sub processes. Due to these communication relations among these sub processes the multipartite graph can be applied for avoiding conflicts in the network as well as multipartite networks helps to identify the errors occurring areas in easy way. A complete p-partite graph G = K n1,...,n p is a graph that contains p independent sets containing n i, i [p], vertices, and all possible edges between vertices from different parts. The Cartesian product technique is a very powerful technique for create a huger graph from given little graphs and it is very important technique for planning large-scale interconnection networks [8]. Especially, the n-dimensional grid (cylinder and torus) structure of interconnection networks offer a really powerful communication pattern to execute a lot of algorithms in many parallel computing systems [8], which helps to arrange the interconnection network into sequence of sub processors (layers) in uniform distribution manner for transmits the data s in faster way without delay in sending the data packets (messages). Mathematically, we now defined the Cartesian product of graphs as follows: Definition 1.5. [9] Let G and H be two graphs of order n and m respectively. Then the Cartesian product of G and H denoted by G H is the graph with the vertex set V (G) V (H), and two vertices (u, v) and (u, v ) being adjacent if either u = u and vv E(H), or v = v and uu E(G). If G 1, G 2,..., G m are graphs of order n 1, n 2,..., n m respectively, then the Cartesian product G 1 G 2 G m is denoted by m G i. Remark 1.6. The graph n G i is said to be an n-dimensional grid or torus or cylinder if all G i s are paths or cycles or any one of the G i is cycle and the remaining G i s are paths, respectively. The graph embedding problem has been well-studied by many authors with a different networks [1,5,6,7,10 37], and to our knowledge, almost all graphs considered as a host graph is a unique family (for example: path P n, cycle C n, grid P n P m, cylinder P n C m, torus C n C m, hypercube Q r and so on). In this paper, we overcome this by taking Cartesian product of paths and cycles as a host graph. Moreover, we obtain the wirelength of embedding complete 2 p -partite graphs K 2 r p,2 r p,...,2 r p into the Cartesian product of graphs n G i, where G i s are either a path or a cycle, V (G 1 ) V (G 2 ) V (G n ), V (G i ) = 2 r i, V ( n G i ) = 2 r 1+r 2 + +r n = 2 r, r, n 3, p 1 and 1 i n. 3

4 2 Main Result To prove the main result, we need the following result and algorithms. Lemma 2.1. [7] If G is a complete p-partite graph K r,r,...,r of order pr, p, r 2, then k(k 1) 2 ; k p 1 I G (k) = q 2 p(p 1) 2 ; l = qp, 1 q r (q 1) 2 p(p 1) 2 + j(q 1)(p 1) + j(j 1) 2 ; l = (q 1)p + j, 1 j p 1, 2 q r. Guest Graph Algorithm Input: N = 2 r (Total number of elements) p 1, where 2 r p represents the number of elements in the each partite Output: Labeling of complete 2 p -partite graph K 2 r p,2 r p,...,2 r p 1. Begin the algorithm 2. The guest graph is generated by the complete 2 p -partite graph 3. The program contains a function disp 3nr which takes 2 r p, 2 r p,..., 2 r p as partite elements 4. Get the values p and N, where p r p represents the number of elements in a partite 6. 2 p represents the number of partite generated 7. Assign elements in the partite: 8. m = 2 p //Determine number of partite 9. y = for x 0 to n do 11. y Elem val = y 13. for i 0 to p do 14. for j 0 to p do 15. Array[x]+i+j = Elem val 16. Elem val = Elem val + N 17. Print the partite: 18. r = 0 //Initiating array number 19. for x 0 to N do 20. for i 0 to p do 21. for z 0 to p do 22. for j 0 to p do 23. Print (array [r] + i + j)) 4

5 24. Print a tab space 25. r Go to new line 27. z = x%p 28. if z = Print an empty line 30. End the algorithm The Python coding and the corresponding implementation of the above algorithm are given in Annexure I. Host Graph Algorithm Input: Output: The dimension n 3 and the value of r 1, r 2,..., r n Labeling of Cartesian product of graphs n G i, where G i s are either a path or a cycle 1. The host graph is generated by the Python program hostgraph.py. 2. The program contains the main function disp n(a 1, a 2,..., a n ) which takes parameter a 1, a 2,..., a n as a dimension. 3. The a 1 and a 2 parameter represents the two dimensional base in matrix form. 4. The a 3 parameter takes input which produces a 3 copies of the base matrix (a 1 a 2 ). 5. The a 4 parameter takes input which produces a 4 copies of the base matrix (a 1 a 2 a 3 ). 6. Similarly, the a n parameter takes input which produces a n copies of the base matrix (a 1 a 2 a n 1 ). 7. The number of elements N is given by, N = a 1 a 2... a n 8. The input a 1, a 2,..., a n in the order of a 1 a 2... a n. 9. There will be a (i 1) row-wise rotations for a n copies. (i.e) The i th copy of (a 1 a 2... a n 1 a n ) say (a 1 a 2... a n 1 ) i has (i - 1) - row wise rotation in the clockwise sense. 10. The output is generated by considering (a 1 a 2 a n 1 ) base matrix with a n dimension (a 1 a 2 a n ). The Python coding and the corresponding implementation of the above algorithm are given in Annexure II. We, now prove the main result. Theorem 2.2. Let G be the complete 2 p -partite graphs K 2 r p,2 r p,...,2 r p and H be the Cartesian product of graphs n G i, where G i s are either a path or a cycle, V (G 1 ) V (G 2 ) V (G n ), V (G i ) = 2 r i, V ( n G i ) = 2 r 1+r 2 + +r n = 2 r, r, n 3, p 1 and 1 i n. Then the embedding f of G into H given by f(x) = x with minimum (exact) wirelength. 5

6 Proof. Label the vertices of G using Guest Graph Algorithm from 1 to 2 r. Since the graph H contains an n-dimensional grid and label the vertices of n-dimensional grid using Host Graph Algorithm from 1 to 2 r. For illustration, see Figures 2, 3, 4 and 5. Let us assume that, the label represent each of the vertex, which is allocated by the above algorithms. Let f : G H be an embedding and let f(v) = v for all v V (G) and for uv E(G), let P f (uv) be a path (shortest) between f(u) and f(v) in H. Now, we have the following 3 cases. Case 1 (All G i s are paths): It is clear that, the graph H becomes an n-dimensional grid P 2 r 1 P 2 r 2 P 2 rn. For all i, j, 1 i n and 1 j 2 r i 1, let S j i be the edge cut of P 2 r 1 P 2 r 2 P 2 rn consisting of the edges between the j th and j + 1 th copies of P 2 r 1 P 2 r 2 P r 2 (i 1) P r 2 (i+1) P 2 rn. Then {S j i : 1 i n and 1 j 2 r i 1} is an edge-partition of P 2 r 1 P 2 r 2 P 2 rn. For all i, j, 1 i n and 1 j 2 r i 1, E(H)\S j i has two components H j i and H j i, where V (H j i ) = (2r r i )j and V (H j i ) = 2 r r i (2 r i j). Let G j i and Gj i be the induced subgraph of the inverse images of V (H j i ) and V (Hj i ) under f respectively. By the guest graph algorithm, deg G (v) = 2 r ri p (2 p 1)j, for all v V (G j i ) and hence I G((2 r r i )j) = 2 2r 2ri p (2 p 1)j 2 /2. By Case 2 of Lemma 2.1, E(G j i ) is the maximum subgraph on V (Gj i ) = (2r r i )j vertices in G. Thus the edge cut S j i fulfil all the conditions of Lemma 1.1. Therefore ( EC f (S j i ) = 2r p (2 p 1)(2 r r i 2 2r 2r i p (2 p 1)j 2 ) )j 2 2 = 2 2r 2r i p (2 p 1)(2 r i j)j is minimum for 1 i n and 1 j 2 r i 1. Then by Lemma 1.3, W L(G, H) = = n n EC f (S j i ) 2 r i 1 j=1 2 2r 2ri p (2 p 1)(2 r i j)j 2 r i 1 j=1 = 22r p (2 p 1) 6 [ ( (2 r r rn ) 2 r r )]. 2 2 rn Case 2 (All G i s are cycles): It is clear that, the graph H becomes an n-dimensional torus C 2 r 1 C 2 r 2 C 2 rn. For all i, j, 1 i n and 1 j 2 ri 1, let T j i be the edge cut of C 2 r 1 C 2 r 2 C 2 rn consisting of the edges between the (2 ri 1 i+j) th & (2 ri 1 i+j +1) th and (2 r i i + j) th & (2 r i i + j + 1) th copies of C 2 r 1 C 2 r 2 C r 2 (i 1) P 2 r i 1 C r 2 (i+1) C 2 rn. Then {T j i : 1 i n and 1 j 2 ri 1 } is an edge-partition of C 2 r 1 C 2 r 2 C 2 rn. For all i, j, 1 i n and 1 j 2 ri 1, E(H)\T j i has two components H j i and H j i, where V (H j i ) = V (Hj i ) = 2 r 1. Let G j i and Gj i be the induced subgraph of the inverse images of V (H j i ) and V (H j i ) under f respectively. By the guest graph algorithm, deg G (v) = 2 r p 1 (2 p 1), for all v V (G j i ) and hence I G(2 r 1 ) = 2 2r 2p 2 2 p (2 p 1)/2. By Case 2 of Lemma 2.1, E(G j i ) is the maximum subgraph on V (G j i ) = 2r 1 vertices in G. Thus the edge cut T j i fulfil all the conditions 6

7 of Lemma 1.1. Therefore ( EC f (T j 2 i ) = 2r p (2 p 1)2 r 1 2r 2p 2 2 p (2 p ) 1) 2 2 = 2 2r p 2 (2 p 1) is minimum for 1 i n and 1 j 2 r i 1. Then by Lemma 1.3, W L(G, H) = = n n 2 r i 1 j=1 2 r i 1 EC f (T j i ) 2 2r p 2 (2 p 1) j=1 = 2 2r p 3 (2 p 1)(2 r r rn ). Case 3 (Some G i s are paths and the remaining G i s are cycles): For given a and b of positive integers with n = a + b, the host graph H is defined as G 1 G 1 G 2 G 2 G k G q, where G i s are path on 2 r i vertices or a null graph (it is a graph with V = 0) and G j s are cycle on 2 r j vertices or a null graph, 1 i k n, 1 j q n, k, q n, 2 r 1 2 r 1 2 r 2 2 r 2 2 r k 2 r q, r 1 + r r k + r 1 + r r q = r, r 1 and n 3. Proceeding along the same lines of Case 1 and Case 2, we describe the edge cuts Si l and T j k, if G i and G j will exists, (we mean G i and G j are not a null graph) respectively, where 1 i k n, 1 j q n, 1 l 2 r i 1 and 1 m 2 r j 1. Then, it is clear that {Si l : 1 i k n, 1 l 2 r i 1} {Tj k : 1 j q n, 1 m 2r j 1 } is an edge-partition of G 1 G 1 G 2 G 2 G k G q. Again by similar arguments in Case 1 and Case 2, we get EC f (S l i) = 2 2r 2r i p (2 p 1)(2 r i l)l is minimum for 1 i k and 1 l 2 r i 1 and is minimum for 1 j q and 1 m 2 r j 1. Then by Lemma 1.3, EC f (T k j ) = 2 2r p 2 (2 p 1) W L(G, H) = k i = 1 & G i exist 2 r i 1 l=1 EC f (S l i) + q j = 1 & G j exist 2 r j 1 m=1 EC f (T m j ) = = 1 6 k i = 1 & G i exist k i = 1 & G i exist 2 r i 1 l=1 2 2r 2r i p (2 p 1)(2 r i l)l + 2 2r r i p (2 p 1)(2 r i 1) + q j = 1 & G j exist q j = 1 & G j exist 2 r j 1 m=1 2 2r p 2 (2 p 1) 2 2r+r j p 3 (2 p 1). 7

8 Corollary 2.3. If G 1 is a cycle on 2 r 1 vertices and G i is a path on 2 r i vertices, 2 i n, then the host graph n G i becomes an n-dimensional cylinder C 2 r 1 P 2 r 2 P 2 rn and the wirelength of an embedding f from G into H is given by W L(G, H) = 22r p (2 p 1) 6 +(2 p 1)2 2r+r 1 p 3. 3 Conclusion and Future Work [ (2 r r rn ) ( 1 2 r r )] 3 2 rn In this manuscript, we found the wirelength (exact and minimum) of an embedding complete multipartite graphs into Cartesian product of paths and cycles. Computing the dilation and the edge congestion of embedding complete multi-partite graphs into Cartesian product and other product of graphs are under investigation. Acknowledgments The work of R. Sundara Rajan was partially supported by Project no. ECR/2016/1993, Science and Engineering Research Board (SERB), Department of Science and Technology (DST), Government of India. Further, we thank Prof. Gregory Gutin and Prof. Stefanie Gerke, Royal Holloway, University of London, TW20 0EX, UK; Prof. Indra Rajasingh, School of Advanced Sciences, Vellore Institute of Technology, Chennai, India and Dr. N. Parthiban, Department of Computer Science and Engineering, SRM Institute of Science and Technology, Chennai, India, for their fruitful suggestions. References [1] S.L. Bezrukov, J.D. Chavez, L.H. Harper, M. Röttger and U.P. Schroeder, Embedding of hypercubes into grids, MFCS, , [2] M.R. Garey and D.S. Johnson, Computers and Intractability, A Guide to the Theory of NP-Completeness, Freeman, San Francisco, [3] S.L. Bezrukov, S.K. Das and R. Elsässer, An edge-isoperimetric problem for powers of the Petersen graph, Annals of Combinatorics, Vol. 4, , [4] L.H. Harper, Global Methods for Combinatorial Isoperimetric Problems, Cambridge University Press, [5] M. Miller, R.S. Rajan, N. Parthiban and I. Rajasingh, Minimum linear arrangement of incomplete hypercubes, The Computer Journal, Vol. 58, no.2, , [6] P. Manuel, I. Rajasingh, B. Rajan and H. Mercy, Exact wirelength of hypercube on a grid, Discrete Applied Mathematics, Vol. 157, no. 7, , [7] R.S. Rajan, T.M. Rajalaxmi, J.B. Liu and G. Sethuraman, Wirelength of embedding complete multipartite graphs into certain graphs, Discrete Applied Mathematics, [8] J.M. Xu, Topological Structure and Analysis of Interconnection Networks, Kluwer Academic Publishers,

9 [9] M.H. Khalifeh, H.Y.-Azari and A.R. Ashrafi, The hyper-wiener index of graph operations, Computers and Mathematics with Applications, Vol. 56, , [10] P.-L. Lai and C.-H. Tsai, Embedding of tori and grids into twisted cubes, Theoretical Computer Science, Vol. 411, no , , [11] Y. Han, J. Fan, S. Zhang, J. Yang and P. Qian, Embedding meshes into locally twisted cubes, Information Sciences, Vol. 180, no. 19, , [12] L. Auletta, A.A. Rescigno and V. Scarano, Embedding graphs onto the supercube, IEEE Transactions on Computers, Vol. 44, no. 4, , [13] M.Y. Chan and S.-J. Lee, Fault-tolerant embedding of complete binary trees in hypercubes, IEEE Transactions on Parallel and Distributed Systems, Vol. 4, no. 3, , [14] Y.-C. Tseng, S.-H. Chang and J.-P. Sheu, Fault-tolerant ring embedding in a star graph with both link and node failures, IEEE Transactions on Parallel and Distributed Systems, Vol. 8, no. 12, , [15] J. Fan and X. Jia, Embedding meshes into crossed cubes, Information Sciences, Vol. 177, no. 15, , [16] J. Ellis, S. Chow and D. Manke, Many to one embeddings from grids into cylinders, tori and hypercubes, SIAM Journal on Computing, Vol. 32, no. 2, , [17] P.-J. Yang, S.-B. Tien and C.S. Raghavendra, Embedding of rings and meshes onto faulty hypercubes using free dimensions, IEEE Transactions on Computers, Vol. 43, no. 5, , [18] J. Fan, X. Jia and X. Lin, Complete path embeddings in crossed cubes, Information Sciences, Vol. 176, no. 22, , [19] J.-F. Fang and K.-C. Lai, Embedding the incomplete hypercube in books, Information Processing Letters, Vol. 96, 1 6, [20] R.-S. Lo and G.-H. Chen, Embedding Hamiltonian paths in faulty arrangement graphs with the backtracking method, IEEE Transactions on Parallel and Distributed Systems, Vol. 12, no. 2, , [21] A. Wagner, D.G. Corneil, Embedding trees in a hypercube is np-complete, SIAM Journal on Computing, Vol. 19, no. 4, , [22] I. Rajasingh, J. Quadras, P. Manuel and A. William, Embedding of cycles and wheels into arbitrary trees, Networks, Vol. 44, , [23] X. Yang, Q. Dong and Y.Y. Tan, Embedding meshes/tori in faulty crossed cubes, Information Processing Letters, Vol. 110, no , , [24] P. Kulasinghe and S. Bettayeb, Embedding binary trees into crossed cubes, IEEE Transactions on Computers, Vol. 44, no. 7, , [25] M.Y. Chan, Embedding of grids into optimal hypercubes, SIAM Journal on Computing, Vol. 20, no. 5, ,

10 [26] F.R.K. Chung, F.T. Leighton and A.L. Rosenberg, Embedding graphs in books: A layout problem with applications to VLSI design, SIAM Journal on Algebraic Discrete Methods, Vol. 8, no. 1, 33-58, [27] M.-C. Yang, Path embedding in star graphs, Applied Mathematics and Computation, Vol. 207, no. 2, , [28] H. Rostami and J. Habibi, Minimum linear arrangement of chord graphs, Applied Mathematics and Computation, Vol. 203, , [29] S.A. Choudum and U. Nahdini, Complete binary trees in folded and enhanced cubes, Networks, Vol. 43, no. 4, , [30] I. Rajasingh, M. Arockiaraj, B. Rajan and P. Manuel, Minimum wirelength of hypercubes into n-dimensional grid networks, Information Processing Letters, Vol. 112, , [31] I. Rajasingh, B. Rajan and R.S. Rajan, Embedding of special classes of circulant networks, hypercubes and generalized Petersen graphs, International Journal of Computer Mathematics, Vol. 89, no. 15, , [32] D. Adolphson and T.C. Hu, Optimal linear ordering, SIAM Journal on Applied Mathematics, Vol. 25, no. 3, , [33] S.L. Bezrukov and U.-P. Schroeder, The cyclic wirelength of trees, Discrete Applied Mathematics, Vol. 87, no. 1-3, , [34] J. Diaz, J. Petit and M. Serna, A Survey of Graph Layout Problems, ACM Computing Surveys, Vol. 34, no. 3, , [35] I. Rajasingh and R.S. Rajan, Exact wirelength of embedding circulant networks into necklace and windmill Graphs, Ars Combinatoria, Vol. 130, , [36] I. Rajasingh, R.S. Rajan and P. Manuel, A linear time algorithm for embedding Christmas trees into certain trees, Parallel Processing Letters, Vol. 25, no. 4, 1 17, [37] C.-J. Guu, The Circular Wirelength Problem for Hypercubes, Ph.D. dissertation, University of California, Riverside,

11 Annexure I Python program for labeling of the guest graph def printline(num, boxes, boxesinrow): i = 0; string = for i in range(0, boxesinrow): for j in range(0, 4): string = string + {:< 3d}.format(num + boxes * j) + string = string + num = num + 1 print(string) def printbox(num, boxes, elements per box, boxes in row): value=num temp = elements per box // 4 while temp > 0: printline(num, boxes, boxes in row) temp = temp - 1 num = num + boxes * 4 print( \n ) return (value+boxes in row) def printpattern(numl): boxes = len(numl) elements P er box = numl[0] num = 1 temp = boxes while temp > 0: if temp >= 4: num = printbox(num, boxes, elements P er box, 4) else: num = printbox(num, boxes, elements P er box, temp) temp = temp - 4 printpattern([32,32,...,32]) 11

12 Implementation of the above Python program Output 1: Figure 2: Complete 8-partite graph K 32,32,...,32 12

13 Output 2: Figure 3: Complete 32-partite graph K 8,8,...,8 13

14 Annexure II Python program for labeling of the host graph n=0 def disp 3nr(numl, n, irange): for i in irange: string = str(i+n) for j in range(1, numl[1]): string=string+ +str(i+n+numl[0]*j) for k in range(1, numl[2]): string=string+ for j in range(0, numl[1]): string = string + + str(i+ n + numl[0] * j+ k*numl[0]*numl[1]) print(string) def disp n(numl): base=numl[0]*numl[1]*numl[2] para num=len(numl) order=numl[3:] global n n = -base tnum1=numl[:3] loopri(order, tnum1, base) def rotate(irange): temp=irange[0] for i in range(0, len(irange)-1): irange[i] = irange[i+1] irange[len(irange)-1]=temp return(irange) def loopri(order, tnuml, base): irange = list(range(1, tnuml[0]+1)) if len(order) == 1: for i in range(0, order[0]): global n print(i+1) n = n + base disp 3nr(tnuml, n, irange) irange=rotate(irange) print( ) else: for i in range(0, order[-1]): print(i) loopr(order[:-1], tnuml, base, irange) irange=rotate(irange) def loopr(order, tnuml, base, irange): if len(order) == 1: for i in range(0, order[0]): global n n = n + base disp 3nr(tnuml, n, irange) print( ) else: for i in range(0, order[-1]): print(i) loopr(order[:-1], tnuml, base, irange) disp n([4,8,16]) 14

15 Implementation of the above Python program Output 1: Figure 4: 3-dimensional grid P 4 P 8 P 16 15

16 Output 2: Figure 5: 4-dimensional cylinder C 4 P 4 P 4 P 8 16

arxiv: v1 [cs.gr] 25 Nov 2015

arxiv: v1 [cs.gr] 25 Nov 2015 EMBEDDING OF HYPERCUBE INTO CYLINDER WEIXING JI, QINGHUI LIU, GUIZHEN WANG, AND ZHUOJIA SHEN arxiv:1511.07932v1 [cs.gr] 25 Nov 2015 Abstract. Task mapping in modern high performance parallel computers

More information

Bipanconnectivity of Cartesian product networks

Bipanconnectivity of Cartesian product networks AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 46 (2010), Pages 297 306 Bipanconnectivity of Cartesian product networks You Lu Jun-Ming Xu Department of Mathematics University of Science and Technology of

More information

Pancycles and Hamiltonian-Connectedness of the Hierarchical Cubic Network

Pancycles and Hamiltonian-Connectedness of the Hierarchical Cubic Network Pancycles and Hamiltonian-Connectedness of the Hierarchical Cubic Network Jung-Sheng Fu Takming College, Taipei, TAIWAN jsfu@mail.takming.edu.tw Gen-Huey Chen Department of Computer Science and Information

More information

Hybrid Fault diagnosis capability analysis of Hypercubes under the PMC model and MM model

Hybrid Fault diagnosis capability analysis of Hypercubes under the PMC model and MM model Hybrid Fault diagnosis capability analysis of Hypercubes under the PMC model and MM model Qiang Zhu,Lili Li, Sanyang Liu, Xing Zhang arxiv:1709.05588v1 [cs.dc] 17 Sep 017 Abstract System level diagnosis

More information

Algebraic Properties and Panconnectivity of Folded Hypercubes

Algebraic Properties and Panconnectivity of Folded Hypercubes Algebraic Properties and Panconnectivity of Folded Hypercubes Meijie Ma a Jun-Ming Xu b a School of Mathematics and System Science, Shandong University Jinan, 50100, China b Department of Mathematics,

More information

Gray Codes for Torus and Edge Disjoint Hamiltonian Cycles Λ

Gray Codes for Torus and Edge Disjoint Hamiltonian Cycles Λ Gray Codes for Torus and Edge Disjoint Hamiltonian Cycles Λ Myung M. Bae Scalable POWERparallel Systems, MS/P963, IBM Corp. Poughkeepsie, NY 6 myungbae@us.ibm.com Bella Bose Dept. of Computer Science Oregon

More information

On Embeddings of Hamiltonian Paths and Cycles in Extended Fibonacci Cubes

On Embeddings of Hamiltonian Paths and Cycles in Extended Fibonacci Cubes American Journal of Applied Sciences 5(11): 1605-1610, 2008 ISSN 1546-9239 2008 Science Publications On Embeddings of Hamiltonian Paths and Cycles in Extended Fibonacci Cubes 1 Ioana Zelina, 2 Grigor Moldovan

More information

Edge-pancyclicity of Möbius cubes

Edge-pancyclicity of Möbius cubes Information Processing Letters 96 (25) 136 14 www.elsevier.com/locate/ipl Edge-pancyclicity of Möbius cubes Min Xu a,b, Jun-Ming Xu b, a Institute of Applied Mathematics, Academy of Mathematics and Systems

More information

Malaya J. Mat. 2(3)(2014)

Malaya J. Mat. 2(3)(2014) Malaya J Mat (3)(04) 80-87 On k-step Hamiltonian Bipartite and Tripartite Graphs Gee-Choon Lau a,, Sin-Min Lee b, Karl Schaffer c and Siu-Ming Tong d a Faculty of Comp & Mathematical Sciences, Universiti

More information

Conquering Edge Faults in a Butterfly with Automorphisms

Conquering Edge Faults in a Butterfly with Automorphisms International Conference on Theoretical and Mathematical Foundations of Computer Science (TMFCS-0) Conquering Edge Faults in a Butterfly with Automorphisms Meghanad D. Wagh and Khadidja Bendjilali Department

More information

Mutually Independent Hamiltonian Paths in Star Networks

Mutually Independent Hamiltonian Paths in Star Networks Mutually Independent Hamiltonian Paths in Star Networks Cheng-Kuan Lin a, Hua-Min Huang a, Lih-Hsing Hsu b,, and Sheng Bau c, a Department of Mathematics National Central University, Chung-Li, Taiwan b

More information

Embed Longest Rings onto Star Graphs with Vertex Faults

Embed Longest Rings onto Star Graphs with Vertex Faults Embed Longest Rings onto Star Graphs with Vertex Faults Sun-Yuan Hsieh, Gen-Huey Chen Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, ROC and Chin-Wen

More information

Research Article On Counting and Embedding a Subclass of Height-Balanced Trees

Research Article On Counting and Embedding a Subclass of Height-Balanced Trees Modelling and Simulation in Engineering, Article ID 748941, 5 pages http://dxdoiorg/101155/2014/748941 Research Article On Counting and Embedding a Subclass of Height-Balanced Trees Indhumathi Raman School

More information

ADVANCES in computer technology and the need to

ADVANCES in computer technology and the need to Bounds on Reliability of Parallel Computer Interconnection Systems Ranjan Kumar Dash and Chita Ranjan Tripathy Abstract The evaluation of residual reliability of large sized parallel computer interconnection

More information

Constructing Independent Spanning Trees on Locally Twisted Cubes in Parallel

Constructing Independent Spanning Trees on Locally Twisted Cubes in Parallel Constructing Independent Spanning Trees on Locally Twisted Cubes in Parallel Yu-Huei Chang Jinn-Shyong Yang, Jou-Ming Chang Department of Information Management, National Taipei College of Business, Taipei,

More information

ARTICLE IN PRESS Discrete Applied Mathematics ( )

ARTICLE IN PRESS Discrete Applied Mathematics ( ) Discrete Applied Mathematics ( ) Contents lists available at ScienceDirect Discrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam Forwarding index of cube-connected cycles Jun Yan a,

More information

Theoretical Computer Science. Fault-free longest paths in star networks with conditional link faults

Theoretical Computer Science. Fault-free longest paths in star networks with conditional link faults Theoretical Computer Science 410 (2009) 766 775 Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Fault-free longest paths in star networks

More information

ON THE EDGE-HYPER-HAMILTONIAN LACEABILITY OF BALANCED HYPERCUBES

ON THE EDGE-HYPER-HAMILTONIAN LACEABILITY OF BALANCED HYPERCUBES Discussiones Mathematicae Graph Theory 36 (2016) 805 817 doi:10.7151/dmgt.1908 ON THE EDGE-HYPER-HAMILTONIAN LACEABILITY OF BALANCED HYPERCUBES Jianxiang Cao, Minyong Shi School of Computer Science Communication

More information

Partial cubes: structures, characterizations, and constructions

Partial cubes: structures, characterizations, and constructions Partial cubes: structures, characterizations, and constructions Sergei Ovchinnikov San Francisco State University, Mathematics Department, 1600 Holloway Ave., San Francisco, CA 94132 Abstract Partial cubes

More information

The metric dimension of regular bipartite graphs

The metric dimension of regular bipartite graphs Bull. Math. Soc. Sci. Math. Roumanie Tome 54(10) No. 1, 011, 15 8 The metric dimension of regular bipartite graphs by M. Bača, E.T. Baskoro, A.N.M. Salman, S.W. Saputro, D. Suprijanto Abstract A set of

More information

Hyper-Panconnectedness of the Locally Twisted Cube

Hyper-Panconnectedness of the Locally Twisted Cube Hyper-Panconnectedness of the Locally Twisted Cube Tzu-Liang Kung Department of Computer Science and Information Engineering Asia University, Wufeng, Taichung tlkung@asia.edu.tw Lih-Hsing Hsu and Jia-Jhe

More information

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs Chiang Mai J. Sci. 2013; 40(1) 8 3 Chiang Mai J. Sci. 2013; 40(1) : 83-88 http://it.science.cmu.ac.th/ejournal/ Contributed Paper The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and

More information

arxiv: v1 [math.co] 27 Apr 2016

arxiv: v1 [math.co] 27 Apr 2016 arxiv:1604.07895v1 [math.co] 27 Apr 2016 Fault-tolerance of balanced hypercubes with faulty vertices and faulty edges Mei-Mei Gu Department of Mathematics, Beijing Jiaotong University, Beijing 100044,

More information

L(2,1)-Labeling: An Algorithmic Approach to Cycle Dominated Graphs

L(2,1)-Labeling: An Algorithmic Approach to Cycle Dominated Graphs MATEMATIKA, 2014, Volume 30, Number 2, 109-116 c UTM Centre for Industrial and Applied Mathematics L(2,1)-Labeling: An Algorithmic Approach to Cycle Dominated Graphs Murugan Muthali Tamil Nadu Open University

More information

Alternative Combinatorial Gray Codes

Alternative Combinatorial Gray Codes Alternative Combinatorial Gray Codes Cormier-Iijima, Samuel sciyoshi@gmail.com December 17, 2010 Abstract Gray codes have numerous applications in a variety of fields, including error correction, encryption,

More information

Minimal Congestion Trees

Minimal Congestion Trees Minimal Congestion Trees M. I. Ostrovskii Department of Mathematics The Catholic University of America Washington, D.C. 20064, USA e-mail: ostrovskii@cua.edu September 13, 2004 Abstract. Let G be a graph

More information

arxiv: v3 [math.co] 19 Sep 2018

arxiv: v3 [math.co] 19 Sep 2018 Decycling Number of Linear Graphs of Trees arxiv:170101953v3 [mathco] 19 Sep 2018 Jian Wang a, Xirong Xu b, a Department of Mathematics Taiyuan University of Technology, Taiyuan, 030024, PRChina b School

More information

Improving the Height of Independent Spanning Trees on Folded Hyper-Stars

Improving the Height of Independent Spanning Trees on Folded Hyper-Stars Improving the Height of Independent Spanning Trees on Folded Hyper-Stars Sih-Syuan Luo 1 Jinn-Shyong Yang 2 Jou-Ming Chang 1, An-Hang Chen 1 1 Institute of Information and Decision Sciences, National Taipei

More information

The Maximum Flow Problem with Disjunctive Constraints

The Maximum Flow Problem with Disjunctive Constraints The Maximum Flow Problem with Disjunctive Constraints Ulrich Pferschy Joachim Schauer Abstract We study the maximum flow problem subject to binary disjunctive constraints in a directed graph: A negative

More information

On the Embedding of a Class of Regular Graphs. Yu-Chee Tseng and Ten-Hwang Lai. Department of Computer and Information Science

On the Embedding of a Class of Regular Graphs. Yu-Chee Tseng and Ten-Hwang Lai. Department of Computer and Information Science On the Embedding of a lass of Regular Graphs in a Faulty Hypercube Yu-hee Tseng and Ten-Hwang Lai Department of omputer and Information Science The Ohio State University olumbus, Ohio 432 Tel: (64)292-583,

More information

Minimum Cost Homomorphisms to Semicomplete Multipartite Digraphs

Minimum Cost Homomorphisms to Semicomplete Multipartite Digraphs Minimum Cost Homomorphisms to Semicomplete Multipartite Digraphs Gregory Gutin Arash Rafiey Anders Yeo Abstract For digraphs D and H, a mapping f : V (D) V (H) is a homomorphism of D to H if uv A(D) implies

More information

The Restricted Edge-Connectivity of Kautz Undirected Graphs

The Restricted Edge-Connectivity of Kautz Undirected Graphs The Restricted Edge-Connectivity of Kautz Undirected Graphs Ying-Mei Fan College of Mathematics and Information Science Guangxi University, Nanning, Guangxi, 530004, China Jun-Ming Xu Min Lü Department

More information

arxiv: v1 [cs.cg] 29 Jun 2012

arxiv: v1 [cs.cg] 29 Jun 2012 Single-Source Dilation-Bounded Minimum Spanning Trees Otfried Cheong Changryeol Lee May 2, 2014 arxiv:1206.6943v1 [cs.cg] 29 Jun 2012 Abstract Given a set S of points in the plane, a geometric network

More information

H-E-Super magic decomposition of graphs

H-E-Super magic decomposition of graphs Electronic Journal of Graph Theory and Applications () (014), 115 18 H-E-Super magic decomposition of graphs S. P. Subbiah a, J. Pandimadevi b a Department of Mathematics Mannar Thirumalai Naicker College

More information

PARALLEL computing is important for speeding up. Embedding Two Edge-Disjoint Hamiltonian Cycles and Two Equal Node-Disjoint Cycles into Twisted Cubes

PARALLEL computing is important for speeding up. Embedding Two Edge-Disjoint Hamiltonian Cycles and Two Equal Node-Disjoint Cycles into Twisted Cubes Embedding Two Edge-Disjoint Hamiltonian Cycles and Two Equal Node-Disjoint Cycles into Twisted Cubes Ruo-Wei Hung, Shang-Ju Chan, and Chien-Chih Liao Abstract The presence of edge-disjoint Hamiltonian

More information

The L(3, 2, 1)-labeling on the Skew and Converse Skew Products of Graphs

The L(3, 2, 1)-labeling on the Skew and Converse Skew Products of Graphs Advances in Theoretical and Applied Mathematics. ISSN 0973-4554 Volume 11, Number 1 (2016), pp. 29 36 Research India Publications http://www.ripublication.com/atam.htm The L(3, 2, 1)-labeling on the Skew

More information

Further Studies on the Sparing Number of Graphs

Further Studies on the Sparing Number of Graphs Further Studies on the Sparing Number of Graphs N K Sudev 1, and K A Germina 1 Department of Mathematics arxiv:1408.3074v1 [math.co] 13 Aug 014 Vidya Academy of Science & Technology Thalakkottukara, Thrissur

More information

R(p, k) = the near regular complete k-partite graph of order p. Let p = sk+r, where s and r are positive integers such that 0 r < k.

R(p, k) = the near regular complete k-partite graph of order p. Let p = sk+r, where s and r are positive integers such that 0 r < k. MATH3301 EXTREMAL GRAPH THEORY Definition: A near regular complete multipartite graph is a complete multipartite graph with orders of its partite sets differing by at most 1. R(p, k) = the near regular

More information

Bulletin of the Iranian Mathematical Society

Bulletin of the Iranian Mathematical Society ISSN: 117-6X (Print) ISSN: 1735-8515 (Online) Bulletin of the Iranian Mathematical Society Vol. 4 (14), No. 6, pp. 1491 154. Title: The locating chromatic number of the join of graphs Author(s): A. Behtoei

More information

Ring Sums, Bridges and Fundamental Sets

Ring Sums, Bridges and Fundamental Sets 1 Ring Sums Definition 1 Given two graphs G 1 = (V 1, E 1 ) and G 2 = (V 2, E 2 ) we define the ring sum G 1 G 2 = (V 1 V 2, (E 1 E 2 ) (E 1 E 2 )) with isolated points dropped. So an edge is in G 1 G

More information

Perfect Dominating Sets in Gaussian Graphs

Perfect Dominating Sets in Gaussian Graphs Perfect Dominating Sets in Gaussian Graphs Carmen Martínez 1, Miquel Moretó 2 and Ramón Beivide 3. Abstract Gaussian Graphs are introduced and analyzed in this paper. The set of vertices of these Cayley

More information

Graph Theory and Interconnection Networks

Graph Theory and Interconnection Networks Graph Theory and Interconnection Networks Lih-Hsing Hsu and Cheng-Kuan Lin @ CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an informa

More information

Two Approaches for Hamiltonian Circuit Problem using Satisfiability

Two Approaches for Hamiltonian Circuit Problem using Satisfiability Two Approaches for Hamiltonian Circuit Problem using Satisfiability Jaya Thomas 1, and Narendra S. Chaudhari 2 1,2 Department of Computer science & Engineering, Indian Institute of Technology, M-Block

More information

Supereulerian planar graphs

Supereulerian planar graphs Supereulerian planar graphs Hong-Jian Lai and Mingquan Zhan Department of Mathematics West Virginia University, Morgantown, WV 26506, USA Deying Li and Jingzhong Mao Department of Mathematics Central China

More information

Biswapped Networks and Their Topological Properties

Biswapped Networks and Their Topological Properties Eighth ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing Biswapped Networks and Their Topological Properties Wenjun Xiao, Weidong

More information

Group connectivity of certain graphs

Group connectivity of certain graphs Group connectivity of certain graphs Jingjing Chen, Elaine Eschen, Hong-Jian Lai May 16, 2005 Abstract Let G be an undirected graph, A be an (additive) Abelian group and A = A {0}. A graph G is A-connected

More information

Further Results on Square Sum Graph

Further Results on Square Sum Graph International Mathematical Forum, Vol. 8, 2013, no. 1, 47-57 Further Results on Square Sum Graph K. A. Germina School of Mathematical and Physical Sciences Central University of Kerala, Kasaragode, India

More information

Lecture 1 : Probabilistic Method

Lecture 1 : Probabilistic Method IITM-CS6845: Theory Jan 04, 01 Lecturer: N.S.Narayanaswamy Lecture 1 : Probabilistic Method Scribe: R.Krithika The probabilistic method is a technique to deal with combinatorial problems by introducing

More information

Distributed Algorithms of Finding the Unique Minimum Distance Dominating Set in Directed Split-Stars

Distributed Algorithms of Finding the Unique Minimum Distance Dominating Set in Directed Split-Stars Distributed Algorithms of Finding the Unique Minimum Distance Dominating Set in Directed Split-Stars Fu Hsing Wang 1 Jou Ming Chang 2 Yue Li Wang 1, 1 Department of Information Management, National Taiwan

More information

Improved Upper Bounds for the Laplacian Spectral Radius of a Graph

Improved Upper Bounds for the Laplacian Spectral Radius of a Graph Improved Upper Bounds for the Laplacian Spectral Radius of a Graph Tianfei Wang 1 1 School of Mathematics and Information Science Leshan Normal University, Leshan 614004, P.R. China 1 wangtf818@sina.com

More information

Some mathematical properties of Cayley digraphs with applications to interconnection network design

Some mathematical properties of Cayley digraphs with applications to interconnection network design International Journal of Computer Mathematics Vol. 82, No. 5, May 2005, 521 528 Some mathematical properties of Cayley digraphs with applications to interconnection network design WENJUN XIAO and BEHROOZ

More information

FUNDAMENTAL GROUPS AND THE VAN KAMPEN S THEOREM. Contents

FUNDAMENTAL GROUPS AND THE VAN KAMPEN S THEOREM. Contents FUNDAMENTAL GROUPS AND THE VAN KAMPEN S THEOREM SAMUEL BLOOM Abstract. In this paper, we define the fundamental group of a topological space and explore its structure, and we proceed to prove Van-Kampen

More information

Linear Arrangement of Halin Graphs

Linear Arrangement of Halin Graphs Linear Arrangement of Halin Graphs Saber Mirzaei Boston University Assaf Kfoury Boston University Abstract We study the Optimal Linear Arrangement (OLA) problem of Halin graphs, one of the simplest classes

More information

Group Colorability of Graphs

Group Colorability of Graphs Group Colorability of Graphs Hong-Jian Lai, Xiankun Zhang Department of Mathematics West Virginia University, Morgantown, WV26505 July 10, 2004 Abstract Let G = (V, E) be a graph and A a non-trivial Abelian

More information

PARALLEL computing is important for speeding up

PARALLEL computing is important for speeding up Two Edge-Disjoint Hamiltonian Cycles and Two-Equal Path Partition in Augmented Cubes Ruo-Wei Hung and Chien-Chih Liao Abstract The n-dimensional hypercube networ Q n is one of the most popular interconnection

More information

Upper Bounds for the Modified Second Multiplicative Zagreb Index of Graph Operations Bommanahal Basavanagoud 1, a *, Shreekant Patil 2, b

Upper Bounds for the Modified Second Multiplicative Zagreb Index of Graph Operations Bommanahal Basavanagoud 1, a *, Shreekant Patil 2, b Bulletin of Mathematical Sciences and Applications Submitted: 06-03- ISSN: 78-9634, Vol. 7, pp 0-6 Revised: 06-08-7 doi:0.805/www.scipress.com/bmsa.7.0 Accepted: 06-08-6 06 SciPress Ltd., Switzerland Online:

More information

arxiv: v1 [math.co] 17 Apr 2018

arxiv: v1 [math.co] 17 Apr 2018 On extremal cacti with respect to the edge revised Szeged index arxiv:180.06009v1 [math.co] 17 Apr 2018 Shengjie He a, Rong-Xia Hao a, Deming Li b a Department of Mathematics, Beijing Jiaotong University,

More information

Minimum Moment Steiner Trees

Minimum Moment Steiner Trees Minimum Moment Steiner Trees Wangqi Qiu Weiping Shi Abstract For a rectilinear Steiner tree T with a root, define its k-th moment M k (T ) = (d T (u)) k du, T where the integration is over all edges of

More information

NP-Completeness. NP-Completeness 1

NP-Completeness. NP-Completeness 1 NP-Completeness Reference: Computers and Intractability: A Guide to the Theory of NP-Completeness by Garey and Johnson, W.H. Freeman and Company, 1979. NP-Completeness 1 General Problems, Input Size and

More information

arxiv: v4 [math.co] 12 Nov 2015

arxiv: v4 [math.co] 12 Nov 2015 Distance preserving graphs and graph products M. H. Khalifeh a, Bruce E. Sagan a, Emad Zahedi a,b, a Department of Mathematics, Michigan State University, East Lansing, MI 48824-1027, U.S.A. b Department

More information

University of Alabama in Huntsville Huntsville, AL 35899, USA

University of Alabama in Huntsville Huntsville, AL 35899, USA EFFICIENT (j, k)-domination Robert R. Rubalcaba and Peter J. Slater,2 Department of Mathematical Sciences University of Alabama in Huntsville Huntsville, AL 35899, USA e-mail: r.rubalcaba@gmail.com 2 Department

More information

Cartesian powers of graphs can be distinguished with two labels

Cartesian powers of graphs can be distinguished with two labels Cartesian powers of graphs can be distinguished with two labels Sandi Klavžar Xuding Zhu Abstract The distinguishing number D(G) of a graph G is the least integer d such that there is a d-labeling of the

More information

DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS

DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS M. N. ELLINGHAM AND JUSTIN Z. SCHROEDER In memory of Mike Albertson. Abstract. A distinguishing partition for an action of a group Γ on a set

More information

Elegant Labeled Graphs

Elegant Labeled Graphs Journal of Informatics and Mathematical Sciences Volume 2, Number 1 (2010), pp. 45 49 RGN Publications http://www.rgnpublications.com Elegant Labeled Graphs A. Elumalai and G. Sethuraman Abstract. An elegant

More information

Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems

Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems Jan van den Heuvel and Snežana Pejić Department of Mathematics London School of Economics Houghton Street,

More information

Balanced Biclique Polynomial of Graphs

Balanced Biclique Polynomial of Graphs Global Journal of Pure and Applied Mathematics. ISSN 0973-768 Volume, Number 5 (06, pp. 447 4433 Research India Publications http://www.ripublication.com/gjpam.htm Balanced Biclique Polynomial of Graphs

More information

Graphs with convex-qp stability number

Graphs with convex-qp stability number Universytet im. Adama Mickiewicza Poznań, January 2004 Graphs with convex-qp stability number Domingos M. Cardoso (Universidade de Aveiro) 1 Summary Introduction. The class of Q-graphs. Adverse graphs

More information

A Class of Vertex Transitive Graphs

A Class of Vertex Transitive Graphs Volume 119 No. 16 2018, 3137-3144 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ A Class of Vertex Transitive Graphs 1 N. Murugesan, 2 R. Anitha 1 Assistant

More information

The super line graph L 2

The super line graph L 2 Discrete Mathematics 206 (1999) 51 61 www.elsevier.com/locate/disc The super line graph L 2 Jay S. Bagga a;, Lowell W. Beineke b, Badri N. Varma c a Department of Computer Science, College of Science and

More information

Completely Independent Spanning Trees in Some Regular Graphs

Completely Independent Spanning Trees in Some Regular Graphs Completely Independent Spanning Trees in Some Regular Graphs Benoit Darties, Nicolas Gastineau, Olivier Togni To cite this version: Benoit Darties, Nicolas Gastineau, Olivier Togni. Completely Independent

More information

MAXIMAL VERTEX-CONNECTIVITY OF S n,k

MAXIMAL VERTEX-CONNECTIVITY OF S n,k MAXIMAL VERTEX-CONNECTIVITY OF S n,k EDDIE CHENG, WILLIAM A. LINDSEY, AND DANIEL E. STEFFY Abstract. The class of star graphs is a popular topology for interconnection networks. However it has certain

More information

The L(2, 1)-labeling on β-product of Graphs

The L(2, 1)-labeling on β-product of Graphs International Journal on Data Science and Technology 018; 4(): 54-59 http://wwwsciencepublishinggroupcom/j/ijdst doi: 1011648/jijdst01804013 ISSN: 47-00 (Print); ISSN: 47-35 (Online) The L(, 1)-labeling

More information

Odd-even sum labeling of some graphs

Odd-even sum labeling of some graphs International Journal of Mathematics and Soft Computing Vol.7, No.1 (017), 57-63. ISSN Print : 49-338 Odd-even sum labeling of some graphs ISSN Online : 319-515 K. Monika 1, K. Murugan 1 Department of

More information

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Frank Curtis, John Drew, Chi-Kwong Li, and Daniel Pragel September 25, 2003 Abstract We study central groupoids, central

More information

The g-extra Conditional Diagnosability of Folded Hypercubes

The g-extra Conditional Diagnosability of Folded Hypercubes Applied Mathematical Sciences, Vol. 9, 2015, no. 146, 7247-7254 HIKARI Ltd, www.m-hikari.com http://dx.doi.or/10.12988/ams.2015.510679 The -Extra Conditional Dianosability of Folded Hypercubes Weipin Han

More information

Inadmissible Class of Boolean Functions under Stuck-at Faults

Inadmissible Class of Boolean Functions under Stuck-at Faults Inadmissible Class of Boolean Functions under Stuck-at Faults Debesh K. Das 1, Debabani Chowdhury 1, Bhargab B. Bhattacharya 2, Tsutomu Sasao 3 1 Computer Sc. & Engg. Dept., Jadavpur University, Kolkata

More information

Constructing c-ary Perfect Factors

Constructing c-ary Perfect Factors Constructing c-ary Perfect Factors Chris J. Mitchell Computer Science Department Royal Holloway University of London Egham Hill Egham Surrey TW20 0EX England. Tel.: +44 784 443423 Fax: +44 784 443420 Email:

More information

Throughput Optimization in Single and Dual-Gripper Robotic Cells

Throughput Optimization in Single and Dual-Gripper Robotic Cells Throughput Optimization in Single and Dual-Gripper Robotic Cells U.V. Manoj; manojuv@tamu.edu College of Engineering, Texas A&M University, College Station, TX Chelliah Sriskandarajah Mays Business School,

More information

b14 c04 a15 a03 b02 Edge Decompositions on Graphs

b14 c04 a15 a03 b02 Edge Decompositions on Graphs Robert A. Beeler, Ph.D. Assistant Professor Department of Mathematics and Statistics East Tennessee State University Gilbreath Hall 308A Statement of Research My research has focused on graph theory. Currently,

More information

This article was originally published in a journal published by Elsevier, and the attached copy is provided by Elsevier for the author s benefit and for the benefit of the author s institution, for non-commercial

More information

More on Zagreb Coindices of Composite Graphs

More on Zagreb Coindices of Composite Graphs International Mathematical Forum, Vol. 7, 2012, no. 14, 669-673 More on Zagreb Coindices of Composite Graphs Maolin Wang and Hongbo Hua Faculty of Mathematics and Physics Huaiyin Institute of Technology

More information

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D).

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D). 1.3. VERTEX DEGREES 11 1.3 Vertex Degrees Vertex Degree for Undirected Graphs: Let G be an undirected graph and x V (G). The degree d G (x) of x in G: the number of edges incident with x, each loop counting

More information

A Creative Review on Integer Additive Set-Valued Graphs

A Creative Review on Integer Additive Set-Valued Graphs A Creative Review on Integer Additive Set-Valued Graphs N. K. Sudev arxiv:1407.7208v2 [math.co] 30 Jan 2015 Department of Mathematics Vidya Academy of Science & Technology Thalakkottukara, Thrissur-680501,

More information

Graceful Related Labeling and its Applications

Graceful Related Labeling and its Applications International Journal of Mathematics Research (IJMR). ISSN 0976-5840 Volume 7, Number 1 (015), pp. 47 54 International Research Publication House http://www.irphouse.com Graceful Related Labeling and its

More information

An Embedding of Multiple Edge-Disjoint Hamiltonian Cycles on Enhanced Pyramid Graphs

An Embedding of Multiple Edge-Disjoint Hamiltonian Cycles on Enhanced Pyramid Graphs Journal of Information Processing Systems, Vol.7, No.1, March 2011 DOI : 10.3745/JIPS.2011.7.1.075 An Embedding of Multiple Edge-Disjoint Hamiltonian Cycles on Enhanced Pyramid Graphs Jung-Hwan Chang*

More information

Complexity of conditional colorability of graphs

Complexity of conditional colorability of graphs Complexity of conditional colorability of graphs Xueliang Li 1, Xiangmei Yao 1, Wenli Zhou 1 and Hajo Broersma 2 1 Center for Combinatorics and LPMC-TJKLC, Nankai University Tianjin 300071, P.R. China.

More information

A NOTE ON THE DOMINATION NUMBER OF THE CARTESIAN PRODUCTS OF PATHS AND CYCLES. 1. Introduction

A NOTE ON THE DOMINATION NUMBER OF THE CARTESIAN PRODUCTS OF PATHS AND CYCLES. 1. Introduction Kragujevac Journal of Mathematics Volume 37() (013), Pages 75 85. A NOTE ON THE DOMINATION NUMBER OF THE CARTESIAN PRODUCTS OF PATHS AND CYCLES POLONA PAVLIČ1, AND JANEZ ŽEROVNIK,3 Abstract. Using algebraic

More information

Determining The Pattern for 1- fault Tolerant Hamiltonian Cycle From Generalized Petersen Graph P(n,k)

Determining The Pattern for 1- fault Tolerant Hamiltonian Cycle From Generalized Petersen Graph P(n,k) 26 Determining The Pattern for 1- fault Tolerant Hamiltonian Cycle From Generalized Petersen Graph P(n,k) Wamiliana, F. A. M. Elfaki, Ahmad Faisol, Mustofa Usman, Isna Evi Lestari Department of Mathematics,

More information

The super connectivity of shuffle-cubes

The super connectivity of shuffle-cubes Information Processing Letters 96 (2005) 123 127 www.elsevier.com/locate/ipl The super connectivity of shuffle-cubes Jun-Ming Xu a,,minxu b, Qiang Zhu c a Department of Mathematics, University of Science

More information

k-tuple Domatic In Graphs

k-tuple Domatic In Graphs CJMS. 2(2)(2013), 105-112 Caspian Journal of Mathematical Sciences (CJMS) University of Mazandaran, Iran http://cjms.journals.umz.ac.ir ISSN: 1735-0611 k-tuple Domatic In Graphs Adel P. Kazemi 1 1 Department

More information

On Extremal Value Problems and Friendly Index Sets of Maximal Outerplanar Graphs

On Extremal Value Problems and Friendly Index Sets of Maximal Outerplanar Graphs Australian Journal of Basic and Applied Sciences, 5(9): 2042-2052, 2011 ISSN 1991-8178 On Extremal Value Problems and Friendly Index Sets of Maximal Outerplanar Graphs 1 Gee-Choon Lau, 2 Sin-Min Lee, 3

More information

Closed Form Bounds for Clock Synchronization Under Simple Uncertainty Assumptions

Closed Form Bounds for Clock Synchronization Under Simple Uncertainty Assumptions Closed Form Bounds for Clock Synchronization Under Simple Uncertainty Assumptions Saâd Biaz Λ Jennifer L. Welch y Key words: Distributed Computing Clock Synchronization Optimal Precision Generalized Hypercube

More information

Online Algorithms for 1-Space Bounded Multi Dimensional Bin Packing and Hypercube Packing

Online Algorithms for 1-Space Bounded Multi Dimensional Bin Packing and Hypercube Packing Online Algorithms for -Space Bounded Multi Dimensional Bin Pacing and Hypercube Pacing Yong Zhang Francis Y.L. Chin Hing-Fung Ting Xin Han Abstract In this paper, we study -space bounded multi-dimensional

More information

Spectral Graph Theory

Spectral Graph Theory Spectral raph Theory to appear in Handbook of Linear Algebra, second edition, CCR Press Steve Butler Fan Chung There are many different ways to associate a matrix with a graph (an introduction of which

More information

2 β 0 -excellent graphs

2 β 0 -excellent graphs β 0 -excellent graphs A. P. Pushpalatha, G. Jothilakshmi Thiagarajar College of Engineering Madurai - 65 015 India Email: gjlmat@tce.edu, appmat@tce.edu S. Suganthi, V. Swaminathan Ramanujan Research Centre

More information

An Ore-type Condition for Cyclability

An Ore-type Condition for Cyclability Europ. J. Combinatorics (2001) 22, 953 960 doi:10.1006/eujc.2001.0517 Available online at http://www.idealibrary.com on An Ore-type Condition for Cyclability YAOJUN CHEN, YUNQING ZHANG AND KEMIN ZHANG

More information

Wooden Geometric Puzzles: Design and Hardness Proofs

Wooden Geometric Puzzles: Design and Hardness Proofs Wooden Geometric Puzzles: Design and Hardness Proofs Helmut Alt Hans L. Bodlaender Marc van Kreveld Günter Rote Gerard Tel Department of Information and Computing Sciences, Utrecht University Technical

More information

Chih-Hung Yen and Hung-Lin Fu 1. INTRODUCTION

Chih-Hung Yen and Hung-Lin Fu 1. INTRODUCTION TAIWANESE JOURNAL OF MATHEMATICS Vol. 14, No. 1, pp. 273-286, February 2010 This paper is available online at http://www.tjm.nsysu.edu.tw/ LINEAR 2-ARBORICITY OF THE COMPLETE GRAPH Chih-Hung Yen and Hung-Lin

More information

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees Yoshimi Egawa Department of Mathematical Information Science, Tokyo University of

More information

A Hilton-Milner-type theorem and an intersection conjecture for signed sets

A Hilton-Milner-type theorem and an intersection conjecture for signed sets A Hilton-Milner-type theorem and an intersection conjecture for signed sets Peter Borg Department of Mathematics, University of Malta Msida MSD 2080, Malta p.borg.02@cantab.net Abstract A family A of sets

More information