Characterizing Randomly -Decomposable Graphs for Abstract 1. Introduction size end vertices internal vertices subgraph decomposition decomposable

Size: px
Start display at page:

Download "Characterizing Randomly -Decomposable Graphs for Abstract 1. Introduction size end vertices internal vertices subgraph decomposition decomposable"

Transcription

1 Characterizing Randomly P k -Decomposable Graphs for k 9 Robert Molina, Alma College Myles McNally, Alma College Ken Smith, Central Michigan University Abstract A graph G is randomly H decomposable if every family of edge disjoint subgraphs of G, each subgraph isomorphic to H, can be extended to an H decomposition of G. Let P k denote a path of length k. In this paper we characterize randomly P k decomposable graphs for k Introduction In this paper we refer to finite simple undirected graphs simply as graphs. We denote the vertex and edge sets of a graph G by V (G) and E(G) respectively. The size of a graph is the cardinality of its edge set. If G and H are graphs, then G + H will denote the graph with vertex set V (G) V (H) and edge set E(G) E(H). If H is a subgraph of G, we define G H to be the graph obtained by first forming the graph with vertex set V (G) and edge set E(G) E(H), and then deleting from this graph any isolated vertices. A path with n edges is denoted P n and a cycle with n edges is denoted C n. Degree one vertices of a path are called end vertices while degree two vertices are called internal vertices. If G and H are graphs, we refer to a subgraph of G that is isomorphic to H as an H-subgraph of G. An H decomposition of G is a family of edge disjoint H subgraphs of G whose union is G, in which case we say G is H decomposable. WesayG is randomly H decomposable if any edge disjoint family of H subgraphs of G can be extended to an H decomposition of G. The set of all randomly H decomposable graphs is denoted RD(H). The set of all connected graphs in RD(H) that are are the union of n edge disjoint H subgraphs is denoted RD(H, n). Note that if G is randomly H decomposable, then we can select any H subgraph of G and remove its edges, then find any remaining H subgraph and remove its edges, and continue in this manner until all of the edges of G have been removed. For example, K 1,6 is randomly P 2 decomposable since removal of any P 2 subgraph yields a K 1,4 and removal of any remaining P 2 subgraph leaves a P 2. The graph P 6, which is P 2 decomposable, is not randomly P 2 decomposable. The concept of random decomposition was introduced by Ruiz in [6]. In that paper he characterizes randomly H decomposable graphs for the 1

2 cases H = K 1,2 and H = 2K 2. Barrientos, Bernasconi, Jeltsch and Tronosco have characterized RD(H) when H is the star K 1,n [2]. Randomly K n decomposable graphs were characterized by Smith and Kabell [7] (the proof also appears in [3]). Beineke, Hamburger and Goddard use the concept of forbidden subgraphs to characterize RD(P k ) for 3 k [3]. They also characterize randomly tk 2 decomposable graphs with sufficiently many edges. Arumugam and Meena characterize randomly H decomposable graphs for H isomorphic to one of the following disconnected graphs: K n K 1,n 1, K n K 1,n, C 4 P 2,2C 3 or 3K 2 [1]. Caro, Rojas and Ruiz give a forbidden subgraph characterization for randomly decomposable graphs in [4], and then use this characterization to show that determining whether a graph is a member of RD(H) can be done in polynomial time. The goal of this paper is to characterize randomly P k decomposable graphs for k 9, extending the results of Beineke et al which went up to k =. These results were obtained using a computer program written in the Java programing environment. The core algorithm is discussed in section 2. Some of the efficiency of the final program is based on several structural results for randomly P k decomposable graphs not reported here. These results will be discussed in a manuscript currently under preparation. The main goal of this paper is to present the graphs that we have found and the basic approach to their generation. The characterizations of RD(P k ), k 9 appear in section 3. Some open questions regarding randomly P k decomposable graphs are presented in section The Algorithm At heart, the generation of randomly P k -decomposable graphs is simple. Take an element of RD(P k,n) and consider all possible ways of adding a P k subgraph to it. For each resulting graph, check to see if it is randomly P k decomposable. In this way obtain all elements of RD(P k,n+ 1). Thus, done in a breadth-first fashion, RD(P k, 1) is used to generate RD(P k, 2), which in turn is used to generate RD(P k, 3), then RD(P k, 4), and so on. The graphs generated by our algorithm have vertex sets consisting of consecutive integers. If G is graph with vertices numbered 0 through m, then a reference string for G is a k string whose terms come from the set {, 0, 1, 2,...,m} such that integer terms in the string can occur at most once. These strings give directions for adding a P k subgraph H to G. An integer a in position i of the reference string means that a will be the i-th vertex of the new path. The terms in the string correspond to vertices of the new path that are not vertices of G. The star vertices of the new path are eventually given consecutive integer values. In figure 1 the reference string is used to add a new P 9 to the graph shown at left in figure 1 (also a P 9 ). In this example the resulting graph is an element of RD(P 9, 2). A reference string such as the one in this example that produces 2

3 a randomly P k -decomposable graph is said to be a productive string for the graph it has extended * * 4 * 2 * 6 * * Figure 1 By running through all reference strings for G we consider all possible ways to add a P k subgraph H to G. In some cases G + H will be a multigraph which does not need to be considered, but otherwise we must test the graph G + H to determine if it is randomly P k -decomposable. The difficulty with this approach is that there are just too many reference strings if G has very many vertices. If we wish to add a P k subgraph to a graph with n vertices, then the number of reference strings that must be considered is k c(k, i) p(n, i). i=0 Clearly this count grows explosively. For instance, in order to add a third path to the graph on 14 vertices shown at right in figure 1, we would need to consider 216,730,118,331 reference strings. Suppose that G RD(P k,n), and we wish to extend G by adding another P k subgraph H. Say that G = H 1 H 2... H n where the H i are the P k subgraphs that have been added by the algorithm. A brute force approach would have us consider all possible reference strings for G. The efficiency of our algorithm is due to the fact that it only considers reference strings that will add a P k subgraph H such that for 1 i n, (G H i )+H RD(P k,n). We call reference strings with this property nice. Note that the set of all nice reference strings for G contains the set of all productive reference strings for G. By considering only nice strings, we dramatically reduce the total number of reference strings that need to be considered. For instance, there are only 296 nice reference strings for the graph shown at right in figure 1. The key to finding nice reference strings for G is keeping track of the work that is done while computing RD(P k,n). In particular, our algorithm 3

4 keeps track of all productive reference strings that were used to generate RD(P k,n) from RD(P k,n 1). This information is then used to obtain for each i the list L i of all productive reference strings for G H i. For every element (s 1, s 2,...,s n ) L 1 L 2... L n the algorithm tries to construct a nice reference string s for G. It does so by the following rules: 1. If the j-th term of each s i is, then choose to be j-th term of s. 2. If v is a vertex of G and if the j-th term of each s i is v, then choose v to be j-th term of s. 3. If the j-th term of exactly one s i,says t,is, and the j-th term of all other s i s is equal to some vertex w such that w V (H t ) but w V (G H t ), then choose w to be j-th term of s. If for some j, none of the conditions for rules 1, 2 or 3 apply, then (s 1, s 2,...s n ) does not yield a nice reference string s for G. Otherwise we claim that the string s generated will be a nice reference string for G. We also claim that all nice strings for G will be obtained in this way, and hence all productive strings for G will be generated. Some comments should be made at this point. Our claim that the algorithm uses information obtained in computing RD(P k,n) to generate RD(P k,n+ 1) is only valid for n 2. Thus the computation of RD(P k, 2) requires that we start with a single P k and consider all reference strings for extending it. We refer to this part of the algorithm as phase I, and to the part where we generate RD(P k,n), n 3, as phase II. Figure 2 gives time requirements for phase I and phase II, programmed in Java running on a Macintosh with 1-gigahertz dual processors under OSX. Time in Minutes Required to Generate RD(Pk,n), n 8 Path Length Number of Graphs Time for Phase I Figure 2 Time for Phase II Total Time

5 Finally, we briefly explain how we can arrive at a characterization for RD(P k ) having only computed a finite number of the sets RD(P k,n). We can do this because, at least for k 9, as n increases the variety of graphs we find in RD(P k,n) decreases. For example, since all graphs in RD(P 2, 3) are isomorphic to K 1,6, and all graphs in RD(P 2, 4) are isomorphic to K 1,8, one can easily argue that all graphs RD(P 2,n) are isomorphic to K 1,2n. The situation is similar for 3 k 9 in the sense that, for large enough n, all elements of RD(P k,n) will fall into one of several easily described families. These families will be described in the next section. 3. Characterizations of RD(P k ),k 9 In this section we characterize randomly P k decomposable graphs for k 9. To do this it is sufficient to describe the connected elements of RD(P k ) since a graph is randomly P k decomposable if and only if its components are. We need some notation in order to describe a particular type of graph that is frequently randomly path decomposable. Let n be a positive integer and for 1 i n let H i be the path H i = v i0 v i1 v i2...v ik. Let S be a nonempty subset of {0, 1, 2,...,k} and let G be the graph obtained from the paths H i by identifying the vertices v 1j, v 2j..., v nj for each j S. Then G is called an n braid. Note that the vertices of the paths which were identified become vertices of degree n or 2n in G. These identification points partition each of the paths into 1 or more subpaths. Suppose that when the path H i is traversed from v i0 to v ik, the lengths of these subpaths, in order, are a 1, a 2,..., a t.if0 Sand k S, then we say that G is an n braid of type (a 1,a 2,...,a t ). Similarly, n braids of type [a 1,a 2,...,a t ), (a 1,a 2,...,a t ] and [a 1,a 2,...,a t ] refer respectively to the cases: 0 S and k S, 0 S and k S and 0 S and k S. Braids of type (3, 2, 3), (2, 2, 2, 2) and [4, 4] are shown in figure 3 below. The reader can verify that each of these examples is randomly P 8 decomposable. Figure 3. Braids Anyone who has thought very much about randomly P k decomposable graphs has probably encountered graphs such as these, as many of them turn out to be randomly path decomposable. For example, 2 braids of type [k] (even cycles) are randomly P k decomposable, and 2 braids of type [k, k] (figure eights) and are randomly P 2k decomposable.

6 The following theorems characterize RD(P k ), for 2 k 9. The characterizations for 2 k can also be found in [3], but are included here for completeness. Theorem 1. A graph G is an element of RD(P 2 ) if and only if the nontrivial components of G are isomorphic to either C 4 or an n braid of type (1,1), i.e., a star with an even number of edges. Theorem 2. A graph G is an element of RD(P 3 ) if and only if the nontrivial components of G are isomorphic to P 3 or one of the graphs shown in figure 4. Theorem 3. A graph G is an element of RD(P 4 ) if and only if the nontrivial components of G are isomorphic to P 4,ann braid of type (2,2), or one of the graphs shown in figure. Theorem 4. A graph G is an element of RD(P ) if and only if the nontrivial components of G are isomorphic to P or one of the graphs shown in figure 6. Figure 4 Figure Figure 6 Theorem. A graph G is an element of RD(P 6 ) if and only if the nontrivial components of G are isomorphic to P 6,ann braid of type (3,3), an n braid of type (2,2,2), or one of the graphs shown in figure 7. Figure 7 Theorem 6. A graph G is an element of RD(P 7 ) if and only if the nontrivial components of G are isomorphic to P 7,ann braid of type (2,2,3), or one of the graphs shown in figure 8. 6

7 Figure 8 Theorem 7. A graph G is an element of RD(P 8 ) if and only if the nontrivial components of G are isomorphic to P 8,ann braid of type (4,4), an n braid of type (3,2,3), an n braid of type (2,2,2,2), or one of the graphs shown in figure 9. Figure 9 The reader may have noticed for k 8, the only connected elements of RD(P k ) not contained in RD(P k, 2) were n braids. This might lead one to conjecture that n braids are the only examples of randomly P k decomposable graphs that are the union of three or more P k s. Examination of randomly P 9 decomposable graphs shows that this conjecture is premature. Theorem 8. A graph G is an element of RD(P 9, 2) if and only if it is isomorphic to one of the graphs shown in figure 10. 7

8 Figure 10 8

9 Theorem 9. A graph G is an element of RD(P 9, 3) if and only if it is isomorphic to one of the graphs shown in figure 11. Figure 11 Theorem 10. A graph G is an element of RD(P 9, 4) if and only if it is isomorphic to one of the graphs shown in figure 12. Figure 12 In order to complete the characterization of RD(P 9 ) we need to describe two more families of graphs. We first define twisted braids. A twisted braid of type I is formed by taking an m braid and an n braid, both of type (3,2,2,2), and twisting them together by identifying vertices in three places as shown at left in figure 13. Here the n braid is shown in bold and the identified vertices are shaded. In a similar way we can twist an m braid and a P 9 together, as shown at right in figure 13, to form a type II twisted 9

10 braid. The reason that a P 9 is used instead of an n braid in the type II twisted braid is that in the latter case multiple edges would result. m n. m. m+n Type I twisted braid m Type II twisted braid Figure 13 The final family of graphs are called branching graphs. Graphs from this family start with an n braid of type (3,2] as a base, with a number of rooted branches attached to the degree n vertex (shaded) as shown in figure 14. The branches are of two types, A and B. Type A branches are a union of two P 4 s and isomorphic to K 2,4, and type B branches are the union of one or more P 4 s that form a braid of type [2,2). Note that the family of branching graphs contains (3,2,4)-braids (take each branch to be a P4) and (3,2,2,2)-braids (take a single type B branch). Any collection of type A and B branches will yield a randomly P 9 -decomposable graph provided that the number of P s in the base equals the number of P 4 s in the branches. Type A and B branches. Type A branch Figure 14.. Type B branch The following theorem completes our characterization of RD(P 9 ). Theorem 11. A graph G is an element of RD(P 9,n) and n, then G is an n braid of type (3,2,4), (3,3,3), or (3,2,2,2), a twisted braid of type I or II, or a branching graph. 10

11 4. Some Open Problems Given the wide variety of randomly path decomposable graphs we have found so far, it seems unlikely that a simple characterization for all such graphs can be found. But the vast majority of the graphs we did find were separable, and 2 connected examples seem to be relatively rare. Problem 1: Is there a simple characterization for 2 connected randomly P k decomposable graphs? There are infinite families of 2 connected randomly P k decomposable graphs: The cycle C 2k is randomly P k decomposable, and a 4 braid of type [k] (4 paths of length k with end vertices identified) is randomly P 2k decomposable. A third such family is discussed in []. A graph from any one of these three families will have all vertex degrees even and be the union of two paths. Problem 2: The graphs K 4, K 2,3 and K 3,4 are examples of 2 connected randomly P k decomposable graphs which have a vertex of odd degree. Do all other 2 connected randomly P k decomposable graphs have all vertex degrees even? Problem 3: Are all of the 2 connected randomly P k decomposable graphs elements of RD(P k, 2)? References [1] S. Arumugam, S. Meena, Graphs that are randomly packable by some common disconnected graphs, Indian J. Pure Appl. Math., 29(11) (1998) [2] C. Barrientos, A. Bernasconi, E. Jeltsch, C. Tronosco, S. Ruiz, Randomly star decomposable graphs, Cong. Num., 64 (1988) [3] L. Beineke, P. Hamburger, W. Goddard, Random Packings of Graphs, Discrete Math., 12 (1994) 4 4 [4] Y. Caro, J. Rojas, S. Ruiz, A forbidden subgraphs characterization and a polynomial algorithm for randomly decomposable graphs, Czechoslovak Math. J., 46 (1996) [] R. Molina, On randomly P k decomposable graphs, Cong. Num., 148 (2001) [6] S. Ruiz, Randomly Decomposable Graphs, Discrete Math., 7 (198) [7] Smith and Kabell, manuscript [8] S. Somasundaram, A. Nagarajan, On randomly packable graphs, Acta Cienc. Indica Math., 23, No. 3 (1997)

AALBORG UNIVERSITY. A short update on equipackable graphs. Preben Dahl Vestergaard. Department of Mathematical Sciences. Aalborg University

AALBORG UNIVERSITY. A short update on equipackable graphs. Preben Dahl Vestergaard. Department of Mathematical Sciences. Aalborg University AALBORG UNIVERSITY A short update on equipackable graphs by Preben Dahl Vestergaard R-2007-06 February 2007 Department of Mathematical Sciences Aalborg University Fredrik Bajers Vej 7 G DK - 9220 Aalborg

More information

ON THE STRUCTURE OF SELF-COMPLEMENTARY GRAPHS ROBERT MOLINA DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE ALMA COLLEGE ABSTRACT

ON THE STRUCTURE OF SELF-COMPLEMENTARY GRAPHS ROBERT MOLINA DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE ALMA COLLEGE ABSTRACT ON THE STRUCTURE OF SELF-COMPLEMENTARY GRAPHS ROBERT MOLINA DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE ALMA COLLEGE ABSTRACT A graph G is self complementary if it is isomorphic to its complement G.

More information

Between Packable and Arbitrarily Packable Graphs: Packer Spoiler Games. 1 Introduction

Between Packable and Arbitrarily Packable Graphs: Packer Spoiler Games. 1 Introduction Between Packable and Arbitrarily Packable Graphs: Packer Spoiler Games Wayne Goddard School of Geological and Computer Sciences University of Natal, Durban South Africa Grzegorz Kubicki Department of Mathematics

More information

On graph decompositions modulo k

On graph decompositions modulo k On graph decompositions modulo k A.D. Scott Department of Pure Mathematics and Mathematical Statistics, University of Cambridge, 16 Mill Lane, Cambridge, CB2 1SB, England. Abstract. We prove that, for

More information

Star Decompositions of the Complete Split Graph

Star Decompositions of the Complete Split Graph University of Dayton ecommons Honors Theses University Honors Program 4-016 Star Decompositions of the Complete Split Graph Adam C. Volk Follow this and additional works at: https://ecommons.udayton.edu/uhp_theses

More information

Fundamental Properties of Graphs

Fundamental Properties of Graphs Chapter three In many real-life situations we need to know how robust a graph that represents a certain network is, how edges or vertices can be removed without completely destroying the overall connectivity,

More information

Graphs That Are Randomly Traceable from a Vertex

Graphs That Are Randomly Traceable from a Vertex Graphs That Are Randomly Traceable from a Vertex Daniel C. Isaksen 27 July 1993 Abstract A graph G is randomly traceable from one of its vertices v if every path in G starting at v can be extended to a

More information

Chapter 4. square sum graphs. 4.1 Introduction

Chapter 4. square sum graphs. 4.1 Introduction Chapter 4 square sum graphs In this Chapter we introduce a new type of labeling of graphs which is closely related to the Diophantine Equation x 2 + y 2 = n and report results of our preliminary investigations

More information

Abstract. 1. Introduction

Abstract. 1. Introduction MATCHINGS IN 3-DOMINATION-CRITICAL GRAPHS: A SURVEY by Nawarat Ananchuen * Department of Mathematics Silpaorn University Naorn Pathom, Thailand email: nawarat@su.ac.th Abstract A subset of vertices D of

More information

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PAUL BALISTER Abstract It has been shown [Balister, 2001] that if n is odd and m 1,, m t are integers with m i 3 and t i=1 m i = E(K n) then K n can be decomposed

More information

Efficient Triple Connected Domination Number of a Graph

Efficient Triple Connected Domination Number of a Graph International Journal of Computational Engineering Research Vol, 03 Issue, 6 Efficient Triple Connected Domination Number of a Graph G. Mahadevan 1 N. Ramesh 2 Selvam Avadayappan 3 T. Subramanian 4 1 Dept.

More information

Exercise set 2 Solutions

Exercise set 2 Solutions Exercise set 2 Solutions Let H and H be the two components of T e and let F E(T ) consist of the edges of T with one endpoint in V (H), the other in V (H ) Since T is connected, F Furthermore, since T

More information

Math 170- Graph Theory Notes

Math 170- Graph Theory Notes 1 Math 170- Graph Theory Notes Michael Levet December 3, 2018 Notation: Let n be a positive integer. Denote [n] to be the set {1, 2,..., n}. So for example, [3] = {1, 2, 3}. To quote Bud Brown, Graph theory

More information

Abstract. Figure 1. No. of nodes No. of SC graphs

Abstract. Figure 1. No. of nodes No. of SC graphs CATALOGING SELF-COMPLEMENTARY GRAPHS OF ORDER THIRTEEN Myles F. McNally and Robert R. Molina Department of Mathematics and Computer Science Alma College Abstract A self-complementary graph G of odd order

More information

γ(ɛ) (a, b) (a, d) (d, a) (a, b) (c, d) (d, d) (e, e) (e, a) (e, e) (a) Draw a picture of G.

γ(ɛ) (a, b) (a, d) (d, a) (a, b) (c, d) (d, d) (e, e) (e, a) (e, e) (a) Draw a picture of G. MAD 3105 Spring 2006 Solutions for Review for Test 2 1. Define a graph G with V (G) = {a, b, c, d, e}, E(G) = {r, s, t, u, v, w, x, y, z} and γ, the function defining the edges, is given by the table ɛ

More information

Vertex Deletion games with Parity rules

Vertex Deletion games with Parity rules Vertex Deletion games with Parity rules Richard J. Nowakowski 1 Department of Mathematics, Dalhousie University, Halifax, Nova Scotia, Canada rjn@mathstat.dal.ca Paul Ottaway Department of Mathematics,

More information

Triple Connected Domination Number of a Graph

Triple Connected Domination Number of a Graph International J.Math. Combin. Vol.3(2012), 93-104 Triple Connected Domination Number of a Graph G.Mahadevan, Selvam Avadayappan, J.Paulraj Joseph and T.Subramanian Department of Mathematics Anna University:

More information

2. CONNECTIVITY Connectivity

2. CONNECTIVITY Connectivity 2. CONNECTIVITY 70 2. Connectivity 2.1. Connectivity. Definition 2.1.1. (1) A path in a graph G = (V, E) is a sequence of vertices v 0, v 1, v 2,..., v n such that {v i 1, v i } is an edge of G for i =

More information

Bipartite Roots of Graphs

Bipartite Roots of Graphs Bipartite Roots of Graphs Lap Chi Lau Department of Computer Science University of Toronto Graph H is a root of graph G if there exists a positive integer k such that x and y are adjacent in G if and only

More information

Adjacent: Two distinct vertices u, v are adjacent if there is an edge with ends u, v. In this case we let uv denote such an edge.

Adjacent: Two distinct vertices u, v are adjacent if there is an edge with ends u, v. In this case we let uv denote such an edge. 1 Graph Basics What is a graph? Graph: a graph G consists of a set of vertices, denoted V (G), a set of edges, denoted E(G), and a relation called incidence so that each edge is incident with either one

More information

Assignment 4 Solutions of graph problems

Assignment 4 Solutions of graph problems Assignment 4 Solutions of graph problems 1. Let us assume that G is not a cycle. Consider the maximal path in the graph. Let the end points of the path be denoted as v 1, v k respectively. If either of

More information

Treewidth and graph minors

Treewidth and graph minors Treewidth and graph minors Lectures 9 and 10, December 29, 2011, January 5, 2012 We shall touch upon the theory of Graph Minors by Robertson and Seymour. This theory gives a very general condition under

More information

WORM COLORINGS. Wayne Goddard. Dept of Mathematical Sciences, Clemson University Kirsti Wash

WORM COLORINGS. Wayne Goddard. Dept of Mathematical Sciences, Clemson University   Kirsti Wash 1 2 Discussiones Mathematicae Graph Theory xx (xxxx) 1 14 3 4 5 6 7 8 9 10 11 12 13 WORM COLORINGS Wayne Goddard Dept of Mathematical Sciences, Clemson University e-mail: goddard@clemson.edu Kirsti Wash

More information

CMSC 380. Graph Terminology and Representation

CMSC 380. Graph Terminology and Representation CMSC 380 Graph Terminology and Representation GRAPH BASICS 2 Basic Graph Definitions n A graph G = (V,E) consists of a finite set of vertices, V, and a finite set of edges, E. n Each edge is a pair (v,w)

More information

Non-zero disjoint cycles in highly connected group labelled graphs

Non-zero disjoint cycles in highly connected group labelled graphs Non-zero disjoint cycles in highly connected group labelled graphs Ken-ichi Kawarabayashi Paul Wollan Abstract Let G = (V, E) be an oriented graph whose edges are labelled by the elements of a group Γ.

More information

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition.

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition. 18.433 Combinatorial Optimization Matching Algorithms September 9,14,16 Lecturer: Santosh Vempala Given a graph G = (V, E), a matching M is a set of edges with the property that no two of the edges have

More information

Rigidity, connectivity and graph decompositions

Rigidity, connectivity and graph decompositions First Prev Next Last Rigidity, connectivity and graph decompositions Brigitte Servatius Herman Servatius Worcester Polytechnic Institute Page 1 of 100 First Prev Next Last Page 2 of 100 We say that a framework

More information

Binding Number of Some Special Classes of Trees

Binding Number of Some Special Classes of Trees International J.Math. Combin. Vol.(206), 76-8 Binding Number of Some Special Classes of Trees B.Chaluvaraju, H.S.Boregowda 2 and S.Kumbinarsaiah 3 Department of Mathematics, Bangalore University, Janana

More information

Section 8.2 Graph Terminology. Undirected Graphs. Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v.

Section 8.2 Graph Terminology. Undirected Graphs. Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v. Section 8.2 Graph Terminology Undirected Graphs Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v. The edge e connects u and v. The vertices u and v are

More information

Strong Triple Connected Domination Number of a Graph

Strong Triple Connected Domination Number of a Graph Strong Triple Connected Domination Number of a Graph 1, G. Mahadevan, 2, V. G. Bhagavathi Ammal, 3, Selvam Avadayappan, 4, T. Subramanian 1,4 Dept. of Mathematics, Anna University : Tirunelveli Region,

More information

Lecture 2 - Graph Theory Fundamentals - Reachability and Exploration 1

Lecture 2 - Graph Theory Fundamentals - Reachability and Exploration 1 CME 305: Discrete Mathematics and Algorithms Instructor: Professor Aaron Sidford (sidford@stanford.edu) January 11, 2018 Lecture 2 - Graph Theory Fundamentals - Reachability and Exploration 1 In this lecture

More information

A graph is finite if its vertex set and edge set are finite. We call a graph with just one vertex trivial and all other graphs nontrivial.

A graph is finite if its vertex set and edge set are finite. We call a graph with just one vertex trivial and all other graphs nontrivial. 2301-670 Graph theory 1.1 What is a graph? 1 st semester 2550 1 1.1. What is a graph? 1.1.2. Definition. A graph G is a triple (V(G), E(G), ψ G ) consisting of V(G) of vertices, a set E(G), disjoint from

More information

Trees. 3. (Minimally Connected) G is connected and deleting any of its edges gives rise to a disconnected graph.

Trees. 3. (Minimally Connected) G is connected and deleting any of its edges gives rise to a disconnected graph. Trees 1 Introduction Trees are very special kind of (undirected) graphs. Formally speaking, a tree is a connected graph that is acyclic. 1 This definition has some drawbacks: given a graph it is not trivial

More information

International Journal of Mathematical Archive-7(9), 2016, Available online through ISSN

International Journal of Mathematical Archive-7(9), 2016, Available online through  ISSN International Journal of Mathematical Archive-7(9), 2016, 189-194 Available online through wwwijmainfo ISSN 2229 5046 TRIPLE CONNECTED COMPLEMENTARY ACYCLIC DOMINATION OF A GRAPH N SARADHA* 1, V SWAMINATHAN

More information

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour.

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour. Some Upper Bounds for Signed Star Domination Number of Graphs S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour Abstract Let G be a graph with the vertex set V (G) and edge set E(G). A function

More information

Parameterized graph separation problems

Parameterized graph separation problems Parameterized graph separation problems Dániel Marx Department of Computer Science and Information Theory, Budapest University of Technology and Economics Budapest, H-1521, Hungary, dmarx@cs.bme.hu Abstract.

More information

LOCAL CONNECTIVE CHROMATIC NUMBER OF CARTESIAN PRODUCT OF SOME GRAPHS

LOCAL CONNECTIVE CHROMATIC NUMBER OF CARTESIAN PRODUCT OF SOME GRAPHS LOCAL CONNECTIVE CHROMATIC NUMBER OF CARTESIAN PRODUCT OF SOME GRAPHS ROMANIAN JOURNAL OF MATHEMATICS AND COMPUTER SCIENCE, 08, VOLUME 8, ISSUE, p-7 CANAN C IFTC I AND PINAR DU NDAR Abstract A local connective

More information

Vertex Colorings without Rainbow or Monochromatic Subgraphs. 1 Introduction

Vertex Colorings without Rainbow or Monochromatic Subgraphs. 1 Introduction Vertex Colorings without Rainbow or Monochromatic Subgraphs Wayne Goddard and Honghai Xu Dept of Mathematical Sciences, Clemson University Clemson SC 29634 {goddard,honghax}@clemson.edu Abstract. This

More information

Basics of Graph Theory

Basics of Graph Theory Basics of Graph Theory 1 Basic notions A simple graph G = (V, E) consists of V, a nonempty set of vertices, and E, a set of unordered pairs of distinct elements of V called edges. Simple graphs have their

More information

FOUR EDGE-INDEPENDENT SPANNING TREES 1

FOUR EDGE-INDEPENDENT SPANNING TREES 1 FOUR EDGE-INDEPENDENT SPANNING TREES 1 Alexander Hoyer and Robin Thomas School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332-0160, USA ABSTRACT We prove an ear-decomposition theorem

More information

Coloring Subgraphs with Restricted Amounts of Hues

Coloring Subgraphs with Restricted Amounts of Hues Coloring Subgraphs with Restricted Amounts of Hues Wayne Goddard School of Computing and Dept of Mathematical Sciences Clemson University goddard@clemson.edu Robert Melville Dept of Mathematics Abstract

More information

Graph Theory S 1 I 2 I 1 S 2 I 1 I 2

Graph Theory S 1 I 2 I 1 S 2 I 1 I 2 Graph Theory S I I S S I I S Graphs Definition A graph G is a pair consisting of a vertex set V (G), and an edge set E(G) ( ) V (G). x and y are the endpoints of edge e = {x, y}. They are called adjacent

More information

Spanning tree congestion critical graphs

Spanning tree congestion critical graphs Spanning tree congestion critical graphs Daniel Tanner August 24, 2007 Abstract The linear or cyclic cutwidth of a graph G is the minimum congestion when G is embedded into either a path or a cycle respectively.

More information

CPCS Discrete Structures 1

CPCS Discrete Structures 1 Let us switch to a new topic: Graphs CPCS 222 - Discrete Structures 1 Introduction to Graphs Definition: A simple graph G = (V, E) consists of V, a nonempty set of vertices, and E, a set of unordered pairs

More information

Maximum number of edges in claw-free graphs whose maximum degree and matching number are bounded

Maximum number of edges in claw-free graphs whose maximum degree and matching number are bounded Maximum number of edges in claw-free graphs whose maximum degree and matching number are bounded Cemil Dibek Tınaz Ekim Pinar Heggernes Abstract We determine the maximum number of edges that a claw-free

More information

Covering the edges of a graph by a prescribed tree with minimum overlap

Covering the edges of a graph by a prescribed tree with minimum overlap Covering the edges of a graph by a prescribed tree with minimum overlap Noga Alon Yair Caro Raphael Yuster Abstract Let H = (V H, E H ) be a graph, and let k be a positive integer. A graph G = (V G, E

More information

The strong chromatic number of a graph

The strong chromatic number of a graph The strong chromatic number of a graph Noga Alon Abstract It is shown that there is an absolute constant c with the following property: For any two graphs G 1 = (V, E 1 ) and G 2 = (V, E 2 ) on the same

More information

Characterizations of graph classes by forbidden configurations

Characterizations of graph classes by forbidden configurations Characterizations of graph classes by forbidden configurations Zdeněk Dvořák September 14, 2015 We consider graph classes that can be described by excluding some fixed configurations. Let us give some

More information

The Structure of Bull-Free Perfect Graphs

The Structure of Bull-Free Perfect Graphs The Structure of Bull-Free Perfect Graphs Maria Chudnovsky and Irena Penev Columbia University, New York, NY 10027 USA May 18, 2012 Abstract The bull is a graph consisting of a triangle and two vertex-disjoint

More information

11.4 Bipartite Multigraphs

11.4 Bipartite Multigraphs 11.4 Bipartite Multigraphs Introduction Definition A graph G is bipartite if we can partition the vertices into two disjoint subsets U and V such that every edge of G has one incident vertex in U and the

More information

CHAPTER 5. b-colouring of Line Graph and Line Graph of Central Graph

CHAPTER 5. b-colouring of Line Graph and Line Graph of Central Graph CHAPTER 5 b-colouring of Line Graph and Line Graph of Central Graph In this Chapter, the b-chromatic number of L(K 1,n ), L(C n ), L(P n ), L(K m,n ), L(K 1,n,n ), L(F 2,k ), L(B n,n ), L(P m ӨS n ), L[C(K

More information

THE THICKNESS OF THE COMPLETE MULTIPARTITE GRAPHS AND THE JOIN OF GRAPHS

THE THICKNESS OF THE COMPLETE MULTIPARTITE GRAPHS AND THE JOIN OF GRAPHS THE THICKNESS OF THE COMPLETE MULTIPARTITE GRAPHS AND THE JOIN OF GRAPHS YICHAO CHEN AND YAN YANG Abstract. The thickness of a graph is the minimum number of planar s- panning subgraphs into which the

More information

Chapter 11: Graphs and Trees. March 23, 2008

Chapter 11: Graphs and Trees. March 23, 2008 Chapter 11: Graphs and Trees March 23, 2008 Outline 1 11.1 Graphs: An Introduction 2 11.2 Paths and Circuits 3 11.3 Matrix Representations of Graphs 4 11.5 Trees Graphs: Basic Definitions Informally, a

More information

PLANAR GRAPH BIPARTIZATION IN LINEAR TIME

PLANAR GRAPH BIPARTIZATION IN LINEAR TIME PLANAR GRAPH BIPARTIZATION IN LINEAR TIME SAMUEL FIORINI, NADIA HARDY, BRUCE REED, AND ADRIAN VETTA Abstract. For each constant k, we present a linear time algorithm that, given a planar graph G, either

More information

Graph Connectivity G G G

Graph Connectivity G G G Graph Connectivity 1 Introduction We have seen that trees are minimally connected graphs, i.e., deleting any edge of the tree gives us a disconnected graph. What makes trees so susceptible to edge deletions?

More information

Subdivided graphs have linear Ramsey numbers

Subdivided graphs have linear Ramsey numbers Subdivided graphs have linear Ramsey numbers Noga Alon Bellcore, Morristown, NJ 07960, USA and Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv,

More information

Matching and Factor-Critical Property in 3-Dominating-Critical Graphs

Matching and Factor-Critical Property in 3-Dominating-Critical Graphs Matching and Factor-Critical Property in 3-Dominating-Critical Graphs Tao Wang a,, Qinglin Yu a,b a Center for Combinatorics, LPMC Nankai University, Tianjin, China b Department of Mathematics and Statistics

More information

6c Lecture 3 & 4: April 8 & 10, 2014

6c Lecture 3 & 4: April 8 & 10, 2014 6c Lecture 3 & 4: April 8 & 10, 2014 3.1 Graphs and trees We begin by recalling some basic definitions from graph theory. Definition 3.1. A (undirected, simple) graph consists of a set of vertices V and

More information

Vertex Cover is Fixed-Parameter Tractable

Vertex Cover is Fixed-Parameter Tractable Vertex Cover is Fixed-Parameter Tractable CS 511 Iowa State University November 28, 2010 CS 511 (Iowa State University) Vertex Cover is Fixed-Parameter Tractable November 28, 2010 1 / 18 The Vertex Cover

More information

Decomposition of Complete Graphs. into Union of Stars

Decomposition of Complete Graphs. into Union of Stars Int. J. Contemp. Math. Sciences, Vol. 9, 2014, no. 1, 11-17 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijcms.2014.310114 Decomposition of Complete Graphs into Union of Stars Ancykutty Joseph*

More information

9.5 Equivalence Relations

9.5 Equivalence Relations 9.5 Equivalence Relations You know from your early study of fractions that each fraction has many equivalent forms. For example, 2, 2 4, 3 6, 2, 3 6, 5 30,... are all different ways to represent the same

More information

Paths, Flowers and Vertex Cover

Paths, Flowers and Vertex Cover Paths, Flowers and Vertex Cover Venkatesh Raman, M.S. Ramanujan, and Saket Saurabh Presenting: Hen Sender 1 Introduction 2 Abstract. It is well known that in a bipartite (and more generally in a Konig)

More information

Domination, Independence and Other Numbers Associated With the Intersection Graph of a Set of Half-planes

Domination, Independence and Other Numbers Associated With the Intersection Graph of a Set of Half-planes Domination, Independence and Other Numbers Associated With the Intersection Graph of a Set of Half-planes Leonor Aquino-Ruivivar Mathematics Department, De La Salle University Leonorruivivar@dlsueduph

More information

AN ITERATIVE APPROACH TO THE IRREGULARITY STRENGTH OF TREES

AN ITERATIVE APPROACH TO THE IRREGULARITY STRENGTH OF TREES AN ITERATIVE APPROACH TO THE IRREGULARITY STRENGTH OF TREES MICHAEL FERRARA, RONALD J. GOULD, MICHA L KAROŃSKI, AND FLORIAN PFENDER Abstract. An assignment of positive integer weights to the edges of a

More information

Discrete Applied Mathematics. A revision and extension of results on 4-regular, 4-connected, claw-free graphs

Discrete Applied Mathematics. A revision and extension of results on 4-regular, 4-connected, claw-free graphs Discrete Applied Mathematics 159 (2011) 1225 1230 Contents lists available at ScienceDirect Discrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam A revision and extension of results

More information

Theorem 3.1 (Berge) A matching M in G is maximum if and only if there is no M- augmenting path.

Theorem 3.1 (Berge) A matching M in G is maximum if and only if there is no M- augmenting path. 3 Matchings Hall s Theorem Matching: A matching in G is a subset M E(G) so that no edge in M is a loop, and no two edges in M are incident with a common vertex. A matching M is maximal if there is no matching

More information

Paths. Path is a sequence of edges that begins at a vertex of a graph and travels from vertex to vertex along edges of the graph.

Paths. Path is a sequence of edges that begins at a vertex of a graph and travels from vertex to vertex along edges of the graph. Paths Path is a sequence of edges that begins at a vertex of a graph and travels from vertex to vertex along edges of the graph. Formal Definition of a Path (Undirected) Let n be a nonnegative integer

More information

2. Lecture notes on non-bipartite matching

2. Lecture notes on non-bipartite matching Massachusetts Institute of Technology 18.433: Combinatorial Optimization Michel X. Goemans February 15th, 013. Lecture notes on non-bipartite matching Given a graph G = (V, E), we are interested in finding

More information

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings On the Relationships between Zero Forcing Numbers and Certain Graph Coverings Fatemeh Alinaghipour Taklimi, Shaun Fallat 1,, Karen Meagher 2 Department of Mathematics and Statistics, University of Regina,

More information

Equitable Colouring of Certain Double Vertex Graphs

Equitable Colouring of Certain Double Vertex Graphs Volume 118 No. 23 2018, 147-154 ISSN: 1314-3395 (on-line version) url: http://acadpubl.eu/hub ijpam.eu Equitable Colouring of Certain Double Vertex Graphs Venugopal P 1, Padmapriya N 2, Thilshath A 3 1,2,3

More information

Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs

Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs Some Elementary Lower Bounds on the Matching Number of Bipartite Graphs Ermelinda DeLaViña and Iride Gramajo Department of Computer and Mathematical Sciences University of Houston-Downtown Houston, Texas

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

Infinite locally random graphs

Infinite locally random graphs Infinite locally random graphs Pierre Charbit and Alex D. Scott Abstract Motivated by copying models of the web graph, Bonato and Janssen [3] introduced the following simple construction: given a graph

More information

Chromatic Transversal Domatic Number of Graphs

Chromatic Transversal Domatic Number of Graphs International Mathematical Forum, 5, 010, no. 13, 639-648 Chromatic Transversal Domatic Number of Graphs L. Benedict Michael Raj 1, S. K. Ayyaswamy and I. Sahul Hamid 3 1 Department of Mathematics, St.

More information

ON LICT SIGRAPHS. Communicated by Dariush Kiani

ON LICT SIGRAPHS. Communicated by Dariush Kiani Transactions on Combinatorics ISSN (print): 2251-8657, ISSN (on-line): 2251-8665 Vol. 3 No. 4 (2014), pp. 11-18. c 2014 University of Isfahan www.combinatorics.ir www.ui.ac.ir ON LICT SIGRAPHS V. MATHAD

More information

Theorem 2.9: nearest addition algorithm

Theorem 2.9: nearest addition algorithm There are severe limits on our ability to compute near-optimal tours It is NP-complete to decide whether a given undirected =(,)has a Hamiltonian cycle An approximation algorithm for the TSP can be used

More information

4 Fractional Dimension of Posets from Trees

4 Fractional Dimension of Posets from Trees 57 4 Fractional Dimension of Posets from Trees In this last chapter, we switch gears a little bit, and fractionalize the dimension of posets We start with a few simple definitions to develop the language

More information

Complexity Results on Graphs with Few Cliques

Complexity Results on Graphs with Few Cliques Discrete Mathematics and Theoretical Computer Science DMTCS vol. 9, 2007, 127 136 Complexity Results on Graphs with Few Cliques Bill Rosgen 1 and Lorna Stewart 2 1 Institute for Quantum Computing and School

More information

LOCAL CONNECTIVE CHROMATIC NUMBER OF DIRECT PRODUCT OF PATHS AND CYCLES

LOCAL CONNECTIVE CHROMATIC NUMBER OF DIRECT PRODUCT OF PATHS AND CYCLES BULLETIN OF THE INTERNATIONAL MATHEMATICAL VIRTUAL INSTITUTE ISSN (p) 303-4874, ISSN (o) 303-4955 www.imvibl.org /JOURNALS / BULLETIN Vol. 7(017), 561-57 DOI: 10.751/BIMVI1703561Ç Former BULLETIN OF THE

More information

Ma/CS 6b Class 5: Graph Connectivity

Ma/CS 6b Class 5: Graph Connectivity Ma/CS 6b Class 5: Graph Connectivity By Adam Sheffer Communications Network We are given a set of routers and wish to connect pairs of them to obtain a connected communications network. The network should

More information

Note: Simultaneous Graph Parameters: Factor Domination and Factor Total Domination

Note: Simultaneous Graph Parameters: Factor Domination and Factor Total Domination Note: Simultaneous Graph Parameters: Factor Domination and Factor Total Domination Peter Dankelmann a Michael A. Henning b Wayne Goddard c Renu Laskar d a School of Mathematical Sciences, University of

More information

Triple Connected Complementary Tree Domination Number Of A Graph V. Murugan et al.,

Triple Connected Complementary Tree Domination Number Of A Graph V. Murugan et al., International Journal of Power Control Signal and Computation (IJPCSC) Vol.5 No. 2,2013-Pp:48-57 gopalax journals,singapore ISSN:0976-268X Paper Received :04-03-2013 Paper Published:14-04-2013 Paper Reviewed

More information

Lecture 5: Graphs. Rajat Mittal. IIT Kanpur

Lecture 5: Graphs. Rajat Mittal. IIT Kanpur Lecture : Graphs Rajat Mittal IIT Kanpur Combinatorial graphs provide a natural way to model connections between different objects. They are very useful in depicting communication networks, social networks

More information

Partitioning Complete Multipartite Graphs by Monochromatic Trees

Partitioning Complete Multipartite Graphs by Monochromatic Trees Partitioning Complete Multipartite Graphs by Monochromatic Trees Atsushi Kaneko, M.Kano 1 and Kazuhiro Suzuki 1 1 Department of Computer and Information Sciences Ibaraki University, Hitachi 316-8511 Japan

More information

CS473-Algorithms I. Lecture 13-A. Graphs. Cevdet Aykanat - Bilkent University Computer Engineering Department

CS473-Algorithms I. Lecture 13-A. Graphs. Cevdet Aykanat - Bilkent University Computer Engineering Department CS473-Algorithms I Lecture 3-A Graphs Graphs A directed graph (or digraph) G is a pair (V, E), where V is a finite set, and E is a binary relation on V The set V: Vertex set of G The set E: Edge set of

More information

Nim-Regularity of Graphs

Nim-Regularity of Graphs Nim-Regularity of Graphs Nathan Reading School of Mathematics, University of Minnesota Minneapolis, MN 55455 reading@math.umn.edu Submitted: November 24, 1998; Accepted: January 22, 1999 Abstract. Ehrenborg

More information

WUCT121. Discrete Mathematics. Graphs

WUCT121. Discrete Mathematics. Graphs WUCT121 Discrete Mathematics Graphs WUCT121 Graphs 1 Section 1. Graphs 1.1. Introduction Graphs are used in many fields that require analysis of routes between locations. These areas include communications,

More information

A digital pretopology and one of its quotients

A digital pretopology and one of its quotients Volume 39, 2012 Pages 13 25 http://topology.auburn.edu/tp/ A digital pretopology and one of its quotients by Josef Šlapal Electronically published on March 18, 2011 Topology Proceedings Web: http://topology.auburn.edu/tp/

More information

Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem

Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem David Glickenstein November 26, 2008 1 Graph minors Let s revisit some de nitions. Let G = (V; E) be a graph. De nition 1 Removing

More information

Constructing arbitrarily large graphs with a specified number of Hamiltonian cycles

Constructing arbitrarily large graphs with a specified number of Hamiltonian cycles Electronic Journal of Graph Theory and Applications 4 (1) (2016), 18 25 Constructing arbitrarily large graphs with a specified number of Hamiltonian cycles Michael School of Computer Science, Engineering

More information

MATH20902: Discrete Maths, Solutions to Problem Set 1. These solutions, as well as the corresponding problems, are available at

MATH20902: Discrete Maths, Solutions to Problem Set 1. These solutions, as well as the corresponding problems, are available at MATH20902: Discrete Maths, Solutions to Problem Set 1 These solutions, as well as the corresponding problems, are available at https://bit.ly/mancmathsdiscrete.. (1). The upper panel in the figure below

More information

Lecture 1. 1 Notation

Lecture 1. 1 Notation Lecture 1 (The material on mathematical logic is covered in the textbook starting with Chapter 5; however, for the first few lectures, I will be providing some required background topics and will not be

More information

The Connectivity and Diameter of Second Order Circuit Graphs of Matroids

The Connectivity and Diameter of Second Order Circuit Graphs of Matroids Graphs and Combinatorics (2012) 28:737 742 DOI 10.1007/s00373-011-1074-6 ORIGINAL PAPER The Connectivity and Diameter of Second Order Circuit Graphs of Matroids Jinquan Xu Ping Li Hong-Jian Lai Received:

More information

THE INSULATION SEQUENCE OF A GRAPH

THE INSULATION SEQUENCE OF A GRAPH THE INSULATION SEQUENCE OF A GRAPH ELENA GRIGORESCU Abstract. In a graph G, a k-insulated set S is a subset of the vertices of G such that every vertex in S is adjacent to at most k vertices in S, and

More information

Discrete mathematics , Fall Instructor: prof. János Pach

Discrete mathematics , Fall Instructor: prof. János Pach Discrete mathematics 2016-2017, Fall Instructor: prof. János Pach - covered material - Lecture 1. Counting problems To read: [Lov]: 1.2. Sets, 1.3. Number of subsets, 1.5. Sequences, 1.6. Permutations,

More information

THE SEMIENTIRE DOMINATING GRAPH

THE SEMIENTIRE DOMINATING GRAPH Advances in Domination Theory I, ed VR Kulli Vishwa International Publications (2012) 63-70 THE SEMIENTIRE DOMINATING GRAPH VRKulli Department of Mathematics Gulbarga University, Gulbarga - 585 106, India

More information

A Reduction of Conway s Thrackle Conjecture

A Reduction of Conway s Thrackle Conjecture A Reduction of Conway s Thrackle Conjecture Wei Li, Karen Daniels, and Konstantin Rybnikov Department of Computer Science and Department of Mathematical Sciences University of Massachusetts, Lowell 01854

More information

3-connected {K 1,3, P 9 }-free graphs are hamiltonian connected

3-connected {K 1,3, P 9 }-free graphs are hamiltonian connected 3-connected {K 1,3, P 9 }-free graphs are hamiltonian connected Qiuju Bian 1, Ronald J. Gould 2, Paul Horn 3, Susan Janiszewski 2, Steven La Fleur 2, Paul Wrayno 4 1 School of Mathematics and Information

More information

On Sequential Topogenic Graphs

On Sequential Topogenic Graphs Int. J. Contemp. Math. Sciences, Vol. 5, 2010, no. 36, 1799-1805 On Sequential Topogenic Graphs Bindhu K. Thomas, K. A. Germina and Jisha Elizabath Joy Research Center & PG Department of Mathematics Mary

More information

NP-completeness of generalized multi-skolem sequences

NP-completeness of generalized multi-skolem sequences Discrete Applied Mathematics 155 (2007) 2061 2068 www.elsevier.com/locate/dam NP-completeness of generalized multi-skolem sequences Gustav Nordh 1 Department of Computer and Information Science, Linköpings

More information