Available online at ScienceDirect. Procedia Computer Science 57 (2015 )

Size: px
Start display at page:

Download "Available online at ScienceDirect. Procedia Computer Science 57 (2015 )"

Transcription

1 Available online at ScienceDirect Procedia Computer Science 57 (2015 ) rd International Conference on Recent Trends in Computing 2015 (ICRTC-2015) Analyzing the Realization of Degree Sequence by Constructing Orthogonally Diagonalizable Adjacency Matrix Prantik Biswas a, Abhisek Paul a, Paritosh Bhattacharya a * a National Institute of Technology, Agartala, , India Abstract A finite sequence d: d 1, d 2, d 3,...., d n of nonnegative integers is said to be graphical if there exists some finite simple graph G, having vertex set V={v 1, v 2, v 3,., v n } such that each v i has degree d i (1 i n). In this paper we have proposed an algorithm that takes a non-increasing sequence as input and determines whether the given degree sequence is graphic by constructing the adjacency matrix from the given sequence in non-increasing order and checking whether it can be orthogonally diagonalizable. The matrix generated in this process can be used to determine a lot of interesting information regarding the characteristic of the graph directly from the given degree sequence Published The Authors. by Elsevier Published B.V. by This Elsevier is an open B.V. access article under the CC BY-NC-ND license Peer-review ( under responsibility of organizing committee of the 3rd International Conference on Recent Trends in Computing 2015 Peer-review (ICRTC-2015). under responsibility of organizing committee of the 3rd International Conference on Recent Trends in Computing 2015 (ICRTC-2015) Keywords: Degree sequence; sequence; Algorithm; Adjacency matrix; Orthogonal diagonalization. 1. Introduction A finite sequence d: d 1, d 2, d 3,...., d n of nonnegative integers is said to be graphical if there exists some finite simple graph G, having vertex set V={v 1, v 2, v 3,., v n } such that each v i has degree d i (1 i n). Although it is quite easy to determine the degree sequence of a given graph, the converse procedure that is to determine whether a given degree sequence is graphical, is potentially difficult. This problem is closely linked with the other branches of * Corresponding author. Tel.: address: pranmasterbi@gmail.com Published by Elsevier B.V. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of organizing committee of the 3rd International Conference on Recent Trends in Computing 2015 (ICRTC-2015) doi: /j.procs

2 886 Prantik Biswas et al. / Procedia Computer Science 57 ( 2015 ) combinatorial analysis such as threshold logic, integer matrices, enumeration theory, etc. The problem also has a wide range of application in communication networks, structural reliability, stereochemistry, etc. In 1874, A. Cayley, while looking at the saturation of hydrocarbons considered the problem of enumerating the realizations of the sequence of the form ( 4 x, 1 2x+2 ) thereby identifying the problem for the first time. The first known solutions were proposed independently by Havel [1] and Hakimi [2] in the mid 20 th century. Although they provided separate proofs yet their work is jointly known as the Havel-Hakimi theorem. Two necessary conditions for a sequence to be graphical are: (1) d i < n for each i, and (2) is even. However none of these are sufficient condition for the sequence to be graphic. With the advancement of discrete mathematics and linear algebra, various reputed sufficient conditions were discovered. Authors like Erdὅs and Gallai [3], Ryser [4], Berge [5], Fulkerson, Hofman and McAndrew [6], Bollobs [7], Grὔnbaum [8] and Hässelbarth [9] independently proposed the sufficient condition for a degree sequence to be graphic. A good number of survey papers regarding the sufficiency criteria are also available. One popular work was due to Sierksma and Hoogeveen [10], where they have listed the seven well known characterizations of a degree sequence and their equivalence. Many authors came up with alternative proofs and extensions of the existing works. The works of Havel-Hakimi were further extended by Kleitman and Wang [14], and that of Erdὅs and Gallai by Eggleton [16] and Tripathi and Vijay [11]. Dahl and Flatberg [12] proposed a direct way of obtaining Tripathy and Vijay s result from a simple geometrical observation involving weak majorization. Tripathy and Tyagi [13] provided two elegant proofs of Havel-Hakimi and Erdὅs and Gallai. In our work, we have proposed a new algorithm that takes a non-increasing sequence as input and constructs the adjacency matrix to determine whether a given degree sequence is graphic. We then check whether the constructed matrix is orthogonally diagonalizable to determine the realization of the given sequence. The next section gives a brief definition of the problem. Section 3 discusses some of the well known existing criteria available. Section 4 presents the proposed algorithm while Section 5 elaborates the results obtained. We provided a concise conclusion in Section Problem Definition Let G=(V, E) be a finite simple graph with vertex set V and order n. Let each vertex v i has a degree d i where 1 i n. Then the finite sequence d: d 1, d 2, d 3,...., d n of nonnegative integers is called a degree sequence of the graph G. The problem statement can be formally stated as follows: Given a finite degree sequence d: d 1, d 2, d 3,...., d n of nonnegative integers, whether there exists a graph G of order n with vertex set V such that each vertex v i has a degree d i where 1 i n. 3. Existing Criteria A good number of criteria exist that are sufficient for a degree sequence to be graphic. Here we present some popular characterizations that are widely used. The details proof of most of these criteria can be found in [10]. The most popular criterion was proposed independently by Havel [1] and Hakimi [2] and is commonly referred to as the Havel-Hakimi theorem as stated below. Theorem Havel-Hakimi (See [1] and [2]). Let d: d 1, d 2, d 3,...., d n be a finite non-decreasing sequence of nonnegative integers. Then the sequence is graphic if and only if the sequence d 2-1, d 3-1,..., -1,,..., d n is graphic. Another well known criterion due to Erdὅs and Gallai [3] is stated below. Theorem Erdὅs and Gallai (See [3]). Let d: d 1, d 2, d 3,...., d n be a finite non-decreasing sequence of nonnegative integers. Then the sequence is graphic if and only if is even and the inequalities s(s-1) + holds for each s for 1 s n.

3 Prantik Biswas et al. / Procedia Computer Science 57 ( 2015 ) C. Berge [5] proposed a criterion that uses the (0, 1)-matrix, a square matrix of order n, whose diagonal elements are all zero and for each k the leading d k terms in row k equal to 1 except for the (k, k) th term that is 0 and also the remaining entries are 0. His criterion can be stated as follows: The Berge Criterion (See [5]). Define (ď 1, ď 2,..., ď n ) such that ď i represents the i th column sum of the (0, 1)- matrix obtained from the given degree sequence of length n. Then the sequence is graphic if and only if for each k ϵ n. An important point the Berge criterion is that (0, 1)-matrix that it uses is not an adjacency matrix of the given graph because it is generally not symmetric. 4. Proposed Algorithm Here we propose an algorithm that determines whether the given degree sequence is graphical by constructing the adjacency matrix corresponding to the given degree sequence in non-increasing order. The degree sequence is stored in a vector degree[n] of length n. The vector Allocated[n] of length n helps us to determine whether a given position in the adjacency matrix can be allocated 1, based on checking the number of positions allocated in the j th column of the i th row with respect to the degree of vertex j. The n x n vector Adj[n][n] is the adjacency matrix that we construct using the algorithm. Once the entire matrix is constructed, the algorithm then checks whether the resulted matrix is orthogonally diagonalizable. The various procedures for checking whether a matrix is orthogonally diagonalizable can be found in [17]. The input to the algorithm is the given degree sequence and its output is the decision (i.e. graphic or non-graphic). ALGORITHM-DEGREE-SEQUENCE(d: d 1, d 2, d 3,...., d n ) 1 for i 1 to n 2 Allocated[i] 0; 3 degree[i] d i ; 4 r degree[0]; 5 sum 0, flag 0, rflag 0; 6 for i 1 to n 7 if degree[i] n 8 return Non-; 9 if degree[i] r 10 rflag rflag + 1; 11 sum sum + degree[i]; 12 if sum mod return Non-; 14 if sum mod 2 0 and rflag = 0 15 return ; 16 for i 1 to n 17 k degree[i]; 18 for j 1 to n 19 if k > 0 20 if i = j 21 Adj[i][j] 0 22 else 23 if Allocated[j] < degree[j]

4 888 Prantik Biswas et al. / Procedia Computer Science 57 ( 2015 ) Adj[i][j] 1; 25 Allocated[j] Allocated[j] + 1; 26 k k 1; 27 else 28 Adj[i][j] 0; 29 if k > 0 30 return Non-; 31 if Adj[i][j] orthogonally diagonizable 32 return ; 33 else 34 return Non-; The next section analyses the results obtained through this algorithm. 5. Results and Discussions The output of the algorithm for certain degree sequences is listed in Table 1 below. Table 1. Result of the proposed algorithm for given degree sequence and the corresponding output of Havel-Hakimi. Degree Sequence Havel-Hakimi Proposed Algorithm d 1: 5,4,3,3,2,2,2,1,1,1. d 2: 7,7,4,3,3,3,2,1 Non- Non- d 3: 5,4,3,2,2 d 4: 5,4,3,2,2,1 d 5: 5,5,5,5,5,5 d 6: 3,3,3,3,3 d 7: 4,4,4,4,4,4,4 d 8: 5,3,3,3,3,2,2,2,1 d 9: 6,3,3,3,3,2,2,2,2,1,1 d 10: 6,5,5,4,3,2,1 d 11: 7,6,5,4,4,3,2,1 Non- Non- Non- Non- Non- Non- Non- Non- In the above table 1, d 1, d 8, d 10, d 11 are the degree sequences of simple graph while d 2, d 9 are not. In d 3, the degree of the first vertex is equal to the number of vertices in the graph and hence the algorithm rightly declares it as nongraphic. In d 4, the number of odd vertices is odd thereby making the sum of degrees of all vertices odd and hence it is non-graphic. The sequence d 5 represents a complete graph while d 6 and d 7 represents regular graphs. However, d 6 is not a graphical sequence of a regular graph because a regular graph of odd order cannot have odd degree while d 7 is graphic as it s a regular graph of odd order but even degree. 6. Proposed Algorithm The algorithm presented in this paper works well for the degree sequence of all types of graphs. The algorithm generates the results by applying some basic criteria and constructing the adjacency matrix. The adjacency matrix generated in this process can be further utilized to extract some useful information from the degree sequence like the eigen space of a given graphic sequence, connectivity of the graph etc. While the Havel-Hakimi is a recursive greedy approach, the proposed algorithm is an iterative one. It can also be applied to various branches of

5 Prantik Biswas et al. / Procedia Computer Science 57 ( 2015 ) combinatorial analysis and other renowned problems such as communication networks, stereochemistry, etc. Thus we can conclude that the proposed algorithm is a good approach to determine whether a given degree sequence is graphic. Acknowledgements The authors are so grateful to the anonymous referee for a careful checking of the details and for helpful comments and suggestions that improve this paper. References 1. Havel V. A remark on the existence of finite graphs (Czech.). Ćasopis Pěst. Mat. 1955;80: Hakimi SL. On the realizability of a set of integers as degrees of the vertices of a graph. SIAM J. Appl. Math. 1962;10: Erdὅs P, Gallai T. Graphs with prescribed degree of vertices (Hungarian). Mat. Lapok. 1960;11: Ryser HJ. Combinatorial properties of matrices of zeros and ones. Can. J. Math. 1957;9: Berge C. Graphs and Hypergraphs. American Elsevier, New York, Amsterdam: North Holland; Fulkerson DR, Hofman AJ, McAndrew MH. Some properties of graphs with multiple edges. Can. J. Math. 1965;17: Bollobảs B. Extremal Graph Theory. New York: Acedemic Press; Grὔnbaum B. Graphs and complexes. Report of the University of Washington, Seattle, Math., 572B, 1969, cited in [10]. 9. Hässelbarth W. Die Verzweighteit von Graphen. Match 1984;16: Sierksma G, Hoogeveen H. Seven criteria for integer sequences being graphic. Journal of the Graph Theory 1991;15 no. 2: Tripathi A, Vijay S. A note on theorem on Erdὅs and Gallai. Discrete Mathematics. 2003;265: Dahl G, Flatberg T. A remark concerning graphical sequences. Discrete Mathematics. 2005;304: Tripathi A, Taygi H. A simple criterion on degree sequences of graphs. Discrete Applied Mathematics. 2008;156: Kleitman DJ, Wang DL. Algorithms for constructing graphs and digraphs with given valences and factors. Discrete Math 1973;6: Bondy JA, Murty USR. Graph Theory with Applications. American Elsevier, New York, Amsterdam: North Holland; Eggleton RB. sequences and graphic polynomials: A report. Infinite and Finite Sets 1973;1: Rosen KH. Handbook of Linear Algebra. CRC Press;2007.

arxiv: v1 [math.co] 30 Nov 2015

arxiv: v1 [math.co] 30 Nov 2015 On connected degree sequences arxiv:1511.09321v1 [math.co] 30 Nov 2015 Jonathan McLaughlin Department of Mathematics, St. Patrick s College, Dublin City University, Dublin 9, Ireland Abstract This note

More information

Module 1. Preliminaries. Contents

Module 1. Preliminaries. Contents Module 1 Preliminaries Contents 1.1 Introduction: Discovery of graphs............. 2 1.2 Graphs.............................. 3 Definitions........................... 4 Pictorial representation of a graph..............

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

CSE 20 DISCRETE MATH WINTER

CSE 20 DISCRETE MATH WINTER CSE 20 DISCRETE MATH WINTER 2016 http://cseweb.ucsd.edu/classes/wi16/cse20-ab/ Today's learning goals Explain the steps in a proof by (strong) mathematical induction Use (strong) mathematical induction

More information

Potential Bisections of Large Degree

Potential Bisections of Large Degree Potential Bisections of Large Degree Stephen G Hartke and Tyler Seacrest Department of Mathematics, University of Nebraska, Lincoln, NE 68588-0130 {hartke,s-tseacre1}@mathunledu June 6, 010 Abstract A

More information

On an adjacency property of almost all tournaments

On an adjacency property of almost all tournaments Discrete Mathematics 0 00 www.elsevier.com/locate/disc On an adjacency property of almost all tournaments Anthony Bonato, Kathie Cameron Department of Mathematics, Wilfrid Laurier University, Waterloo,

More information

Eulerian subgraphs containing given edges

Eulerian subgraphs containing given edges Discrete Mathematics 230 (2001) 63 69 www.elsevier.com/locate/disc Eulerian subgraphs containing given edges Hong-Jian Lai Department of Mathematics, West Virginia University, P.O. Box. 6310, Morgantown,

More information

Structural and spectral properties of minimal strong digraphs

Structural and spectral properties of minimal strong digraphs Structural and spectral properties of minimal strong digraphs C. Marijuán J. García-López, L.M. Pozo-Coronado Abstract In this article, we focus on structural and spectral properties of minimal strong

More information

Recognizing graphic degree sequences and generating all realizations

Recognizing graphic degree sequences and generating all realizations Egerváry Research Group on Combinatorial Optimization Technical reports TR-2011-11. Published by the Egerváry Research Group, Pázmány P. sétány 1/C, H 1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

Subdivisions of Graphs: A Generalization of Paths and Cycles

Subdivisions of Graphs: A Generalization of Paths and Cycles Subdivisions of Graphs: A Generalization of Paths and Cycles Ch. Sobhan Babu and Ajit A. Diwan Department of Computer Science and Engineering, Indian Institute of Technology Bombay, Powai, Mumbai 400076,

More information

Symmetric bipartite graphs and graphs with loops

Symmetric bipartite graphs and graphs with loops Symmetric bipartite graphs and graphs with loops Grant Cairns, Stacey Mendan To cite this version: Grant Cairns, Stacey Mendan. Symmetric bipartite graphs and graphs with loops. Discrete Mathematics and

More information

The crossing number of K 1,4,n

The crossing number of K 1,4,n Discrete Mathematics 308 (2008) 1634 1638 www.elsevier.com/locate/disc The crossing number of K 1,4,n Yuanqiu Huang, Tinglei Zhao Department of Mathematics, Normal University of Hunan, Changsha 410081,

More information

Properly even harmonious labelings of disconnected graphs

Properly even harmonious labelings of disconnected graphs Available online at www.sciencedirect.com ScienceDirect AKCE International Journal of Graphs and Combinatorics 12 (2015) 193 203 www.elsevier.com/locate/akcej Properly even harmonious labelings of disconnected

More information

Math236 Discrete Maths with Applications

Math236 Discrete Maths with Applications Math236 Discrete Maths with Applications P. Ittmann UKZN, Pietermaritzburg Semester 1, 2012 Ittmann (UKZN PMB) Math236 2012 1 / 19 Degree Sequences Let G be a graph with vertex set V (G) = {v 1, v 2, v

More information

Vertex Magic Total Labelings of Complete Graphs

Vertex Magic Total Labelings of Complete Graphs AKCE J. Graphs. Combin., 6, No. 1 (2009), pp. 143-154 Vertex Magic Total Labelings of Complete Graphs H. K. Krishnappa, Kishore Kothapalli and V. Ch. Venkaiah Center for Security, Theory, and Algorithmic

More information

A Partition Method for Graph Isomorphism

A Partition Method for Graph Isomorphism Available online at www.sciencedirect.com Physics Procedia ( ) 6 68 International Conference on Solid State Devices and Materials Science A Partition Method for Graph Isomorphism Lijun Tian, Chaoqun Liu

More information

[Ramalingam, 4(12): December 2017] ISSN DOI /zenodo Impact Factor

[Ramalingam, 4(12): December 2017] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES FORCING VERTEX TRIANGLE FREE DETOUR NUMBER OF A GRAPH S. Sethu Ramalingam * 1, I. Keerthi Asir 2 and S. Athisayanathan 3 *1,2 & 3 Department of Mathematics,

More information

An Efficient Algorithm to Test Forciblyconnectedness of Graphical Degree Sequences

An Efficient Algorithm to Test Forciblyconnectedness of Graphical Degree Sequences Theory and Applications of Graphs Volume 5 Issue 2 Article 2 July 2018 An Efficient Algorithm to Test Forciblyconnectedness of Graphical Degree Sequences Kai Wang Georgia Southern University, kwang@georgiasouthern.edu

More information

Vertex Magic Total Labelings of Complete Graphs 1

Vertex Magic Total Labelings of Complete Graphs 1 Vertex Magic Total Labelings of Complete Graphs 1 Krishnappa. H. K. and Kishore Kothapalli and V. Ch. Venkaiah Centre for Security, Theory, and Algorithmic Research International Institute of Information

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

ScienceDirect. Vulnerability Assessment & Penetration Testing as a Cyber Defence Technology

ScienceDirect. Vulnerability Assessment & Penetration Testing as a Cyber Defence Technology Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 57 (2015 ) 710 715 3rd International Conference on Recent Trends in Computing 2015 (ICRTC-2015) Vulnerability Assessment

More information

The number of spanning trees of plane graphs with reflective symmetry

The number of spanning trees of plane graphs with reflective symmetry Journal of Combinatorial Theory, Series A 112 (2005) 105 116 www.elsevier.com/locate/jcta The number of spanning trees of plane graphs with reflective symmetry Mihai Ciucu a, Weigen Yan b, Fuji Zhang c

More information

Dag Realizations of Directed Degree Sequences

Dag Realizations of Directed Degree Sequences Dag Realizations of Directed Degree Sequences Annabell Berger d Matthias Müller-Hnemn Department of Computer Science Martin-Luther-Universität Halle-Wittenberg {bergermuellerh}@informatik.uni-halle.de

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

1KOd17RMoURxjn2 CSE 20 DISCRETE MATH Fall

1KOd17RMoURxjn2 CSE 20 DISCRETE MATH Fall CSE 20 https://goo.gl/forms/1o 1KOd17RMoURxjn2 DISCRETE MATH Fall 2017 http://cseweb.ucsd.edu/classes/fa17/cse20-ab/ Today's learning goals Explain the steps in a proof by mathematical and/or structural

More information

OMITTABLE POINTS. Geombinatorics 9(1999), 57-62

OMITTABLE POINTS. Geombinatorics 9(1999), 57-62 Geombinatorics 9(1999), 57-62 OMITTABLE POINTS by Branko Grünbaum University of Washington, Box 354350, Seattle, WA 98195-4350 e-mail: grunbaum@math.washington.edu One of the well known questions in elementary

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

A Note On The Sparing Number Of The Sieve Graphs Of Certain Graphs

A Note On The Sparing Number Of The Sieve Graphs Of Certain Graphs Applied Mathematics E-Notes, 15(015), 9-37 c ISSN 1607-510 Available free at mirror sites of http://www.math.nthu.edu.tw/ amen/ A Note On The Sparing Number Of The Sieve Graphs Of Certain Graphs Naduvath

More information

Disjoint directed cycles

Disjoint directed cycles Disjoint directed cycles Noga Alon Abstract It is shown that there exists a positive ɛ so that for any integer k, every directed graph with minimum outdegree at least k contains at least ɛk vertex disjoint

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

On Realizations of a Joint Degree Matrix

On Realizations of a Joint Degree Matrix On Realizations of a Joint Degree Matrix Éva Czabarka a,b, Aaron Dutle b,, Péter L. Erdős c,1, István Miklós c,2 a Department of Mathematics, University of South Carolina, 152 Greene St., Columbia, SC,

More information

REGULAR GRAPHS OF GIVEN GIRTH. Contents

REGULAR GRAPHS OF GIVEN GIRTH. Contents REGULAR GRAPHS OF GIVEN GIRTH BROOKE ULLERY Contents 1. Introduction This paper gives an introduction to the area of graph theory dealing with properties of regular graphs of given girth. A large portion

More information

Available online at ScienceDirect. Procedia Computer Science 89 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 89 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 89 (2016 ) 778 784 Twelfth International Multi-Conference on Information Processing-2016 (IMCIP-2016) Color Image Compression

More information

ON HARMONIOUS COLORINGS OF REGULAR DIGRAPHS 1

ON HARMONIOUS COLORINGS OF REGULAR DIGRAPHS 1 Volume 1 Issue 1 July 015 Discrete Applied Mathematics 180 (015) ON HARMONIOUS COLORINGS OF REGULAR DIGRAPHS 1 AUTHORS INFO S.M.Hegde * and Lolita Priya Castelino Department of Mathematical and Computational

More information

CLASSES OF VERY STRONGLY PERFECT GRAPHS. Ganesh R. Gandal 1, R. Mary Jeya Jothi 2. 1 Department of Mathematics. Sathyabama University Chennai, INDIA

CLASSES OF VERY STRONGLY PERFECT GRAPHS. Ganesh R. Gandal 1, R. Mary Jeya Jothi 2. 1 Department of Mathematics. Sathyabama University Chennai, INDIA Inter national Journal of Pure and Applied Mathematics Volume 113 No. 10 2017, 334 342 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Abstract: CLASSES

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

Energy of Complete Fuzzy Labeling Graph through Fuzzy Complete Matching

Energy of Complete Fuzzy Labeling Graph through Fuzzy Complete Matching Energy of Complete Fuzzy Labeling Graph through Fuzzy Complete Matching S. Yahya Mohamad #1, S.Suganthi *2 1 PG & Research Department of Mathematics Government Arts College, Trichy-22, Tamilnadu, India

More information

Characterization of Super Strongly Perfect Graphs in Chordal and Strongly Chordal Graphs

Characterization of Super Strongly Perfect Graphs in Chordal and Strongly Chordal Graphs ISSN 0975-3303 Mapana J Sci, 11, 4(2012), 121-131 https://doi.org/10.12725/mjs.23.10 Characterization of Super Strongly Perfect Graphs in Chordal and Strongly Chordal Graphs R Mary Jeya Jothi * and A Amutha

More information

Edge-minimal graphs of exponent 2

Edge-minimal graphs of exponent 2 JID:LAA AID:14042 /FLA [m1l; v1.204; Prn:24/02/2017; 12:28] P.1 (1-18) Linear Algebra and its Applications ( ) Contents lists available at ScienceDirect Linear Algebra and its Applications www.elsevier.com/locate/laa

More information

arxiv: v3 [math.co] 19 Nov 2015

arxiv: v3 [math.co] 19 Nov 2015 A Proof of Erdös - Faber - Lovász Conjecture Suresh M. H., V. V. P. R. V. B. Suresh Dara arxiv:1508.03476v3 [math.co] 19 Nov 015 Abstract Department of Mathematical and Computational Sciences, National

More information

On a conjecture of Keedwell and the cycle double cover conjecture

On a conjecture of Keedwell and the cycle double cover conjecture Discrete Mathematics 216 (2000) 287 292 www.elsevier.com/locate/disc Note On a conjecture of Keedwell and the cycle double cover conjecture M. Mahdian, E.S. Mahmoodian, A. Saberi, M.R. Salavatipour, R.

More information

An Improved Upper Bound for the Sum-free Subset Constant

An Improved Upper Bound for the Sum-free Subset Constant 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 13 (2010), Article 10.8.3 An Improved Upper Bound for the Sum-free Subset Constant Mark Lewko Department of Mathematics University of Texas at Austin

More information

Degree-based graph construction

Degree-based graph construction Degree-based graph construction Hyunju Kim 1, Zoltán Toroczkai 1,2, Péter L. Erdős 2, István Miklós 2 and László A. Székely 3 1 Physics Department and Interdisciplinary Center for Network Science and Applications,

More information

Algebraic Graph Theory- Adjacency Matrix and Spectrum

Algebraic Graph Theory- Adjacency Matrix and Spectrum Algebraic Graph Theory- Adjacency Matrix and Spectrum Michael Levet December 24, 2013 Introduction This tutorial will introduce the adjacency matrix, as well as spectral graph theory. For those familiar

More information

Available online at ScienceDirect. Procedia Computer Science 96 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 96 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 96 (2016 ) 179 186 20th International Conference on Knowledge Based and Intelligent Information and Engineering Systems,

More information

Trail Making Game. Hyun Sung Jun Jaehoon Kim Sang-il Oum Department of Mathematical Sciences KAIST, Daejeon, , Republic of Korea.

Trail Making Game. Hyun Sung Jun Jaehoon Kim Sang-il Oum Department of Mathematical Sciences KAIST, Daejeon, , Republic of Korea. Trail Making Game Hyun Sung Jun Jaehoon Kim Sang-il Oum Department of Mathematical Sciences KAIST, Daejeon, 305-701, Republic of Korea. May 7, 2009 Abstract Trail Making is a game played on a graph with

More information

International Research Journal of Engineering and Technology (IRJET) e-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: SOME NEW OUTCOMES ON PRIME LABELING 1 V. Ganesan & 2 Dr. K. Balamurugan 1 Assistant Professor of Mathematics, T.K. Government Arts College, Vriddhachalam, Tamilnadu 2 Associate Professor of Mathematics,

More information

LATIN SQUARES AND TRANSVERSAL DESIGNS

LATIN SQUARES AND TRANSVERSAL DESIGNS LATIN SQUARES AND TRANSVERSAL DESIGNS *Shirin Babaei Department of Mathematics, University of Zanjan, Zanjan, Iran *Author for Correspondence ABSTRACT We employ a new construction to show that if and if

More information

Generating (n,2) De Bruijn Sequences with Some Balance and Uniformity Properties. Abstract

Generating (n,2) De Bruijn Sequences with Some Balance and Uniformity Properties. Abstract Generating (n,) De Bruijn Sequences with Some Balance and Uniformity Properties Yi-Chih Hsieh, Han-Suk Sohn, and Dennis L. Bricker Department of Industrial Management, National Huwei Institute of Technology,

More information

COUNTING PERFECT MATCHINGS

COUNTING PERFECT MATCHINGS COUNTING PERFECT MATCHINGS JOHN WILTSHIRE-GORDON Abstract. Let G be a graph on n vertices. A perfect matching of the vertices of G is a collection of n/ edges whose union is the entire graph. This definition

More information

RAMSEY NUMBERS IN SIERPINSKI TRIANGLE. Vels University, Pallavaram Chennai , Tamil Nadu, INDIA

RAMSEY NUMBERS IN SIERPINSKI TRIANGLE. Vels University, Pallavaram Chennai , Tamil Nadu, INDIA International Journal of Pure and Applied Mathematics Volume 6 No. 4 207, 967-975 ISSN: 3-8080 (printed version); ISSN: 34-3395 (on-line version) url: http://www.ijpam.eu doi: 0.2732/ijpam.v6i4.3 PAijpam.eu

More information

ON SWELL COLORED COMPLETE GRAPHS

ON SWELL COLORED COMPLETE GRAPHS Acta Math. Univ. Comenianae Vol. LXIII, (1994), pp. 303 308 303 ON SWELL COLORED COMPLETE GRAPHS C. WARD and S. SZABÓ Abstract. An edge-colored graph is said to be swell-colored if each triangle contains

More information

Graph Adjacency Matrix Automata Joshua Abbott, Phyllis Z. Chinn, Tyler Evans, Allen J. Stewart Humboldt State University, Arcata, California

Graph Adjacency Matrix Automata Joshua Abbott, Phyllis Z. Chinn, Tyler Evans, Allen J. Stewart Humboldt State University, Arcata, California Graph Adjacency Matrix Automata Joshua Abbott, Phyllis Z. Chinn, Tyler Evans, Allen J. Stewart Humboldt State University, Arcata, California Abstract We define a graph adjacency matrix automaton (GAMA)

More information

Properly Colored Paths and Cycles in Complete Graphs

Properly Colored Paths and Cycles in Complete Graphs 011 ¼ 9 È È 15 ± 3 ¾ Sept., 011 Operations Research Transactions Vol.15 No.3 Properly Colored Paths and Cycles in Complete Graphs Wang Guanghui 1 ZHOU Shan Abstract Let K c n denote a complete graph on

More information

On the Wiener Index of Some Edge Deleted Graphs

On the Wiener Index of Some Edge Deleted Graphs Iranian Journal of Mathematical Sciences and Informatics Vol. 11, No. (016), pp 139-148 DOI: 10.7508/ijmsi.016.0.011 On the Wiener Index of Some Edge Deleted Graphs B. S. Durgi a,, H. S. Ramane b, P. R.

More information

Achieve Significant Throughput Gains in Wireless Networks with Large Delay-Bandwidth Product

Achieve Significant Throughput Gains in Wireless Networks with Large Delay-Bandwidth Product Available online at www.sciencedirect.com ScienceDirect IERI Procedia 10 (2014 ) 153 159 2014 International Conference on Future Information Engineering Achieve Significant Throughput Gains in Wireless

More information

Chain Packings and Odd Subtree Packings. Garth Isaak Department of Mathematics and Computer Science Dartmouth College, Hanover, NH

Chain Packings and Odd Subtree Packings. Garth Isaak Department of Mathematics and Computer Science Dartmouth College, Hanover, NH Chain Packings and Odd Subtree Packings Garth Isaak Department of Mathematics and Computer Science Dartmouth College, Hanover, NH 1992 Abstract A chain packing H in a graph is a subgraph satisfying given

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

AVERAGE D-DISTANCE BETWEEN VERTICES OF A GRAPH

AVERAGE D-DISTANCE BETWEEN VERTICES OF A GRAPH italian journal of pure and applied mathematics n. 33 2014 (293 298) 293 AVERAGE D-DISTANCE BETWEEN VERTICES OF A GRAPH D. Reddy Babu Department of Mathematics Koneru Lakshmaiah Education Foundation (K.L.

More information

A Particular Type of Non-associative Algebras and Graph Theory

A Particular Type of Non-associative Algebras and Graph Theory A Particular Type of Non-associative Algebras and Graph Theory JUAN NÚÑEZ, MARITHANIA SILVERO & M. TRINIDAD VILLAR University of Seville Department of Geometry and Topology Aptdo. 1160. 41080-Seville SPAIN

More information

Unlabeled equivalence for matroids representable over finite fields

Unlabeled equivalence for matroids representable over finite fields Unlabeled equivalence for matroids representable over finite fields November 16, 2012 S. R. Kingan Department of Mathematics Brooklyn College, City University of New York 2900 Bedford Avenue Brooklyn,

More information

Chapter 1 Graphs. Section 1.1 Fundamental Concepts and Notation

Chapter 1 Graphs. Section 1.1 Fundamental Concepts and Notation Chapter Graphs Section. Introduction For years, mathematicians have affected the growth and development of computer science. In the beginning they helped design computers for the express purpose of simplifying

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

CSC 8301 Design & Analysis of Algorithms: Linear Programming

CSC 8301 Design & Analysis of Algorithms: Linear Programming CSC 8301 Design & Analysis of Algorithms: Linear Programming Professor Henry Carter Fall 2016 Iterative Improvement Start with a feasible solution Improve some part of the solution Repeat until the solution

More information

Odd Harmonious Labeling of Some Graphs

Odd Harmonious Labeling of Some Graphs International J.Math. Combin. Vol.3(0), 05- Odd Harmonious Labeling of Some Graphs S.K.Vaidya (Saurashtra University, Rajkot - 360005, Gujarat, India) N.H.Shah (Government Polytechnic, Rajkot - 360003,

More information

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns Available online at www.sciencedirect.com ScienceDirect AASRI Procedia 9 (2014 ) 72 77 2014 AASRI Conference on Circuit and Signal Processing (CSP 2014) Three-Dimensional Reconstruction from Projections

More information

Accurate Domination Number of Butterfly Graphs

Accurate Domination Number of Butterfly Graphs Chamchuri Journal of Mathematics Volume 1(2009) Number 1, 35 43 http://www.math.sc.chula.ac.th/cjm Accurate Domination Number of Butterfly Graphs Indrani Kelkar and Bommireddy Maheswari Received 19 June

More information

Vertex-Colouring Edge-Weightings

Vertex-Colouring Edge-Weightings Vertex-Colouring Edge-Weightings L. Addario-Berry a, K. Dalal a, C. McDiarmid b, B. A. Reed a and A. Thomason c a School of Computer Science, McGill University, University St. Montreal, QC, H3A A7, Canada

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

NP-completeness of 4-incidence colorability of semi-cubic graphs

NP-completeness of 4-incidence colorability of semi-cubic graphs Discrete Mathematics 08 (008) 0 www.elsevier.com/locate/disc Note NP-completeness of -incidence colorability of semi-cubic graphs Xueliang Li, Jianhua Tu Center for Combinatorics and LPMC, Nankai University,

More information

MC302 GRAPH THEORY SOLUTIONS TO HOMEWORK #1 9/19/13 68 points + 6 extra credit points

MC302 GRAPH THEORY SOLUTIONS TO HOMEWORK #1 9/19/13 68 points + 6 extra credit points MC02 GRAPH THEORY SOLUTIONS TO HOMEWORK #1 9/19/1 68 points + 6 extra credit points 1. [CH] p. 1, #1... a. In each case, for the two graphs you say are isomorphic, justify it by labeling their vertices

More information

Advanced Operations Research Techniques IE316. Quiz 1 Review. Dr. Ted Ralphs

Advanced Operations Research Techniques IE316. Quiz 1 Review. Dr. Ted Ralphs Advanced Operations Research Techniques IE316 Quiz 1 Review Dr. Ted Ralphs IE316 Quiz 1 Review 1 Reading for The Quiz Material covered in detail in lecture. 1.1, 1.4, 2.1-2.6, 3.1-3.3, 3.5 Background material

More information

Orthogonal art galleries with holes: a coloring proof of Aggarwal s Theorem

Orthogonal art galleries with holes: a coloring proof of Aggarwal s Theorem Orthogonal art galleries with holes: a coloring proof of Aggarwal s Theorem Pawe l Żyliński Institute of Mathematics University of Gdańsk, 8095 Gdańsk, Poland pz@math.univ.gda.pl Submitted: Sep 9, 005;

More information

Minimum Cycle Bases of Halin Graphs

Minimum Cycle Bases of Halin Graphs Minimum Cycle Bases of Halin Graphs Peter F. Stadler INSTITUTE FOR THEORETICAL CHEMISTRY AND MOLECULAR STRUCTURAL BIOLOGY, UNIVERSITY OF VIENNA WÄHRINGERSTRASSE 17, A-1090 VIENNA, AUSTRIA, & THE SANTA

More information

Adjacent Vertex Distinguishing Incidence Coloring of the Cartesian Product of Some Graphs

Adjacent Vertex Distinguishing Incidence Coloring of the Cartesian Product of Some Graphs Journal of Mathematical Research & Exposition Mar., 2011, Vol. 31, No. 2, pp. 366 370 DOI:10.3770/j.issn:1000-341X.2011.02.022 Http://jmre.dlut.edu.cn Adjacent Vertex Distinguishing Incidence Coloring

More information

Comparative Study of Domination Numbers of Butterfly Graph BF(n)

Comparative Study of Domination Numbers of Butterfly Graph BF(n) Comparative Study of Domination Numbers of Butterfly Graph BF(n) Indrani Kelkar 1 and B. Maheswari 2 1. Department of Mathematics, Vignan s Institute of Information Technology, Visakhapatnam - 530046,

More information

Resolutions of the pair design, or 1-factorisations of complete graphs. 1 Introduction. 2 Further constructions

Resolutions of the pair design, or 1-factorisations of complete graphs. 1 Introduction. 2 Further constructions Resolutions of the pair design, or 1-factorisations of complete graphs 1 Introduction A resolution of a block design is a partition of the blocks of the design into parallel classes, each of which forms

More information

International Journal of Multidisciplinary Research and Modern Education (IJMRME) Impact Factor: 6.725, ISSN (Online):

International Journal of Multidisciplinary Research and Modern Education (IJMRME) Impact Factor: 6.725, ISSN (Online): COMPUTER REPRESENTATION OF GRAPHS USING BINARY LOGIC CODES IN DISCRETE MATHEMATICS S. Geetha* & Dr. S. Jayakumar** * Assistant Professor, Department of Mathematics, Bon Secours College for Women, Villar

More information

Graph Theory. Connectivity, Coloring, Matching. Arjun Suresh 1. 1 GATE Overflow

Graph Theory. Connectivity, Coloring, Matching. Arjun Suresh 1. 1 GATE Overflow Graph Theory Connectivity, Coloring, Matching Arjun Suresh 1 1 GATE Overflow GO Classroom, August 2018 Thanks to Subarna/Sukanya Das for wonderful figures Arjun, Suresh (GO) Graph Theory GATE 2019 1 /

More information

A study on the Primitive Holes of Certain Graphs

A study on the Primitive Holes of Certain Graphs A study on the Primitive Holes of Certain Graphs Johan Kok arxiv:150304526v1 [mathco] 16 Mar 2015 Tshwane Metropolitan Police Department City of Tshwane, Republic of South Africa E-mail: kokkiek2@tshwanegovza

More information

Hypergraph Grammars in hp-adaptive Finite Element Method

Hypergraph Grammars in hp-adaptive Finite Element Method Available online at www.sciencedirect.com Procedia Computer Science 18 (2013 ) 1545 1554 2013 International Conference on Computational Science Hypergraph Grammars in hp-adaptive Finite Element Method

More information

Algorithm and Complexity for a Network Assortativity Measure

Algorithm and Complexity for a Network Assortativity Measure Algorithm and Complexity for a Network Assortativity Measure Sarah J. Kunkler M. Drew LaMar Rex K. Kincaid David Phillips July 2, 2013 Abstract We show that finding a graph realization with the minimum

More information

Integrated Math I. IM1.1.3 Understand and use the distributive, associative, and commutative properties.

Integrated Math I. IM1.1.3 Understand and use the distributive, associative, and commutative properties. Standard 1: Number Sense and Computation Students simplify and compare expressions. They use rational exponents and simplify square roots. IM1.1.1 Compare real number expressions. IM1.1.2 Simplify square

More information

On the Sum and Product of Covering Numbers of Graphs and their Line Graphs

On the Sum and Product of Covering Numbers of Graphs and their Line Graphs Communications in Mathematics Applications Vol. 6, No. 1, pp. 9 16, 015 ISSN 0975-8607 (online); 0976-5905 (print) Published by RGN Publications http://www.rgnpublications.com On the Sum Product of Covering

More information

The Edge Fixing Edge-To-Vertex Monophonic Number Of A Graph

The Edge Fixing Edge-To-Vertex Monophonic Number Of A Graph Applied Mathematics E-Notes, 15(2015), 261-275 c ISSN 1607-2510 Available free at mirror sites of http://www.math.nthu.edu.tw/ amen/ The Edge Fixing Edge-To-Vertex Monophonic Number Of A Graph KrishnaPillai

More information

Monophonic Chromatic Parameter in a Connected Graph

Monophonic Chromatic Parameter in a Connected Graph International Journal of Mathematical Analysis Vol. 11, 2017, no. 19, 911-920 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijma.2017.78114 Monophonic Chromatic Parameter in a Connected Graph M.

More information

ScienceDirect. -IRRESOLUTE MAPS IN TOPOLOGICAL SPACES K. Kannan a, N. Nagaveni b And S. Saranya c a & c

ScienceDirect. -IRRESOLUTE MAPS IN TOPOLOGICAL SPACES K. Kannan a, N. Nagaveni b And S. Saranya c a & c Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 47 (2015 ) 368 373 ON βˆ g -CONTINUOUS AND βˆ g -IRRESOLUTE MAPS IN TOPOLOGICAL SPACES K. Kannan a, N. Nagaveni b And S.

More information

Product Cordial Labeling for Some New Graphs

Product Cordial Labeling for Some New Graphs www.ccsenet.org/jmr Journal of Mathematics Research Vol. 3, No. ; May 011 Product Cordial Labeling for Some New Graphs S K Vaidya (Corresponding author) Department of Mathematics, Saurashtra University

More information

On graphs of minimum skew rank 4

On graphs of minimum skew rank 4 On graphs of minimum skew rank 4 Sudipta Mallik a and Bryan L. Shader b a Department of Mathematics & Statistics, Northern Arizona University, 85 S. Osborne Dr. PO Box: 5717, Flagstaff, AZ 8611, USA b

More information

EDGE MAXIMAL GRAPHS CONTAINING NO SPECIFIC WHEELS. Jordan Journal of Mathematics and Statistics (JJMS) 8(2), 2015, pp I.

EDGE MAXIMAL GRAPHS CONTAINING NO SPECIFIC WHEELS. Jordan Journal of Mathematics and Statistics (JJMS) 8(2), 2015, pp I. EDGE MAXIMAL GRAPHS CONTAINING NO SPECIFIC WHEELS M.S.A. BATAINEH (1), M.M.M. JARADAT (2) AND A.M.M. JARADAT (3) A. Let k 4 be a positive integer. Let G(n; W k ) denote the class of graphs on n vertices

More information

Submodularity of Minimum-Cost Spanning Tree Games

Submodularity of Minimum-Cost Spanning Tree Games Submodularity of Minimum-Cost Spanning Tree Games Masayuki Kobayashi Yoshio Okamoto Abstract We give a necessary condition and a sufficient condition for a minimum-cost spanning tree game introduced by

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (2015 ) 1209 1215 International Conference on Information and Communication Technologies (ICICT 2014) Improving the

More information

Procedia - Social and Behavioral Sciences 191 ( 2015 ) WCES 2014

Procedia - Social and Behavioral Sciences 191 ( 2015 ) WCES 2014 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 191 ( 2015 ) 1790 1795 WCES 2014 POWEROPT. Power Engineering Optimization Techniques Educational Software

More information

A New Lower Bound for the Number of Switches in Rearrangeable Networks

A New Lower Bound for the Number of Switches in Rearrangeable Networks Claremont Colleges Scholarship @ Claremont All HMC Faculty Publications and Research HMC Faculty Scholarship 1-1-1980 A New Lower Bound for the Number of Switches in Rearrangeable Networks Nicholas Pippenger

More information

Seema Mehra, Neelam Kumari Department of Mathematics Maharishi Dayanand University Rohtak (Haryana), India

Seema Mehra, Neelam Kumari Department of Mathematics Maharishi Dayanand University Rohtak (Haryana), India International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October-014 119 ISSN 9-5518 Some New Families of Total Vertex Product Cordial Labeling Of Graphs Seema Mehra, Neelam Kumari

More information

Random strongly regular graphs?

Random strongly regular graphs? Graphs with 3 vertices Random strongly regular graphs? Peter J Cameron School of Mathematical Sciences Queen Mary, University of London London E1 NS, U.K. p.j.cameron@qmul.ac.uk COMB01, Barcelona, 1 September

More information

Distance Sequences in Locally Infinite Vertex-Transitive Digraphs

Distance Sequences in Locally Infinite Vertex-Transitive Digraphs Distance Sequences in Locally Infinite Vertex-Transitive Digraphs Wesley Pegden July 7, 2004 Abstract We prove that the out-distance sequence {f + (k)} of a vertex-transitive digraph of finite or infinite

More information

On the Complexity of the Policy Improvement Algorithm. for Markov Decision Processes

On the Complexity of the Policy Improvement Algorithm. for Markov Decision Processes On the Complexity of the Policy Improvement Algorithm for Markov Decision Processes Mary Melekopoglou Anne Condon Computer Sciences Department University of Wisconsin - Madison 0 West Dayton Street Madison,

More information

Algorithm design in Perfect Graphs N.S. Narayanaswamy IIT Madras

Algorithm design in Perfect Graphs N.S. Narayanaswamy IIT Madras Algorithm design in Perfect Graphs N.S. Narayanaswamy IIT Madras What is it to be Perfect? Introduced by Claude Berge in early 1960s Coloring number and clique number are one and the same for all induced

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