An Algorithm for Drawing Planar Graphs

Total Page:16

File Type:pdf, Size:1020Kb

An Algorithm for Drawing Planar Graphs An Algorithm for Drawing Planar Graphs Bor Plestenjak IMFMTCS University of Ljubljana Jadranska SI Ljubljana Slovenia email b orplestenjakfmfuniljsi AN ALGORITHM FOR DRAWING PLANAR GRAPHS SUMMARY A simple algorithm for drawing connected planar graphs is presented It is derived from the Fruchterman and Reingold spring emb edding algorithm by deleting all repulsive forces and xing vertices of an outer face The algorithm is implemented in the system for manipulating discrete mathematical structures Vega Some examples of derived gures are given Key words Planar graph drawing Forcedirected placement INTRODUCTION A graph G is planar if and only if it is p ossible to draw it in a plane without any edge intersections Every connected planar graph admits a convex drawing ie a planar drawing where every face is drawn as a convex p olygon We present a simple and ecient algorithm for convex drawing of a connected planar graph In addition to a graph most existing algorithms for planar drawing need as an input all the faces of a graph while our algorithm needs only one face of a graph to draw it planarly Let G b e a connected planar graph with a set of vertices V fv v g and a set of edges E 1 n fu v u v g Let W fw w w g V b e an ordered list of vertices of an arbitrary face in 1 1 m m 1 2 k graph G which is chosen for the outer face in the drawing The basic idea is as follows We consider graph G as a mechanical mo del by replacing its vertices with metal rings and its edges with elastic bands of zero length Vertices of the outer face W are xed in a vertices of a regular p olygon of a size k while all other vertices are let free Under the inuence of attractive forces in bands free vertices will move until the system nally reaches an equilibrium The layout in the equilibrium is a convex drawing The algorithm is included in package Vega under the name SchlegelDiagram Vega is Mathematica based system for manipulating graphs and other combinatorial structures such as groups maps etc devel op ed by IMFMTCS Ljubljana Vega is mainly written in Mathematica however it also includes external programs for time complex op erations eg the implementation of our algorithm ALGORITHM The algorithm is based on the forcedirected placement graph drawing algorithm by Fruchterman and Rein gold In each step the algorithm calculates the eect of attractive forces on each vertex and then moves the vertex in the direction of the resultant force The displacement in step i is limited to some maximum value cool i that we call temp erature and which satises lim cool i As the temp erature decreases i!1 to zero smaller and smaller displacements are allowed and after some numb er of steps displacements are so small that we can say that the layout freezes The algorithm ends after the prescrib ed numb er of iterations and if the forces and the co oling function cool i are chosen prop erly the nal layout is so near to the equilibrium that it is planar AN ALGORITHM FOR DRAWING PLANAR GRAPHS For the force b etween two adjacent vertices u and v we use the third order law 3 F C d uv where C is a constant and d kupos v posk is the distance We tested dierent order p owers and the result is a compromise b etween go o d results and an ecient calculation The algorithm consists of the following steps Position all vertices of an outer face W in vertices of a regular p olygon of size k inscrib ed into the unit circle and put all other vertices in the origin For i to iter ations a For all vertices v V set the resultant force F to zero v F v b For all edges u v E calculate the attractive force F and up date the resultant forces F and uv u F v 3 F C v pos upos uv F F F u u uv F F F v v uv c For all vertices v V W move vertex v in the direction of the resultant force F for the size v of the force but not more than for the value of cool i F v v pos v pos min jF j cool i v jF j v Constant C in has to b e in harmony with the maximum displacement Namely if C is to o large then in every vertex is shifted for the maximum displacement irresp ective of the force size On the other hand if C is to o small then the displacements are small and the algorithm do es not reach the equilibrium in a prescrib ed numb er of steps If the temp erature decreases to o slowly then displacements are to o large and to o many steps are needed to reach the equilibrium Yet if the temp erature decreases to o fast then the layout freezes in a non planar drawing A suggested values for constant C and function cool i are r n C p n cool i 32 i n p The expression is the average area b elonging to one vertex and therefore we take for the average n n in and distance b etween adjacent vertices This justies the presence of term n AN ALGORITHM FOR DRAWING PLANAR GRAPHS Figures to demonstrate how the algorithm works The graph is the icosahedral fullerene isomer of C derived in Vega from the do decahedron using two leapfrog transformations We usually pick the 180 largest face for the outer face but since p entagons are arranged in a shap e of a do decahedron we cho ose a p entagon in order to exhibit symmetry For C and cool i we apply and resp ectively It can b e seen from these gures how the edges closer to the b order untwist rst and how they force those in the middle to unfold until nally the layout b ecomes planar Figure C after iterations Figure C after iterations Figure C after iterations 180 180 180 MODIFICATIONS Periphericity If the algorithm is applied to a graph with a large numb er of faces eg a fullerene on many vertices then it pro duces a drawing with large faces on the b order and large numb er of crowded small faces in the middle of a gure 0 0 1 1 2 2 2 1 3 2 2 2 1 1 0 0 Figure Periphericity of a vertex In order for the algorithm to terminate with approximately equally arranged faces we assume that the co ecient C in is not equal for all bands Bands at the b order should b e stronger and bands in the middle should b e weaker For this purp ose we intro duce a p eriphericity of a vertex as the path distance from the vertex to the outer cycle The denition of the p eriphericity is more evident in Figure where vertices AN ALGORITHM FOR DRAWING PLANAR GRAPHS of a graph are lab eled according to their p eriphericities The co ecient of the band b etween vertices u and v is a function of p eriphericities uper and v per and we denote it by C uper v per Let maxper b e the maximum p eriphericity in the graph As we go through all edges u v E the bands with uper v per should b e the strongest and the bands with uper v per maxper should b e the weakest Best results are obtained when the co ecients C uper v per form a geometric progression in the form r n maxper uper v per expA C uper v per maxper For the constant A we prop ose A but other values can b e used as well pro ducing dierent planar layouts Figure C with A after Figure C with A after Figure C with A after 540 540 540 iterations iterations iterations Figures to demonstrate the eect of dierent values of A The graph is the icosahedral fullerene isomer of C In Figure A which equals the original algorithm In Figure A and faces in 540 the middle are more equally arranged The value A in Figure is to o large and the obtained drawing has large faces in the middle that squeeze the rest of the faces In all three case the co oling function is applied Oscil lation After some initial numb er of steps the vertices b egin to oscillate b etween two states If we compare the co ordinates with the co ordinates from two steps ago we can exit the algorithm when the dierence for every vertex is b elow the prescrib ed constant This approach reduces the numb er of steps without doing any real harm to the layout quality For the example we take the graph C and 180 3 4 5 with A For and the algorithm ends after and steps resp ectively Dierences b etween layouts are not visible with the naked eye For instance the maximum dierence b etween 3 the co ordinates of the same vertex after and steps is Nonplanar graphs Although the algorithm is derived for connected planar graphs it can b e applied to other graphs as well For every graph we can x an arbitrary set of vertices on the regular p olygon apply a mechanical mo del to a graph and search for an equilibrium Although the nal layout do es not need to b e AN ALGORITHM FOR DRAWING PLANAR GRAPHS planar it usually contains useful information ab out the symmetry and other prop erties of the graph EXAMPLES The following examples are all obtained using Vega We use Vega to determine faces of a planar graph using a PQtree algorithm for planarity testing and emb edding in linear time implemented by J Marincek Each face of a planar graph is a go o d choice for the outer face but usually we get nicer drawings if we cho ose the largest face It is advisable to compare drawings for dierent choices of the outer face and then cho ose 5 the most suitable one For all examples in this section we use with A and When present the term it in gure captions denotes the iteration in which the algorithm reached and exited Figure and Figure are drawings of the Herschel graph The Herschel graph is a wellknown example of a planar nonhamiltonian p olyhedron Notice how the dierent choice of the outer face aects the layout Figure Herschel graph Figure Herschel graph n m it n m it Next two gures represent the Tutte graph and the Grinb erg graph These two graphs are wellknown examples of planar
Recommended publications
  • Triple Connected Line Domination Number for Some Standard and Special Graphs
    International Journal of Advanced Scientific Research and Management, Volume 3 Issue 8, Aug 2018 www.ijasrm.com ISSN 2455-6378 Triple Connected Line Domination Number For Some Standard And Special Graphs A.Robina Tony1, Dr. A.Punitha Tharani2 1 Research Scholar (Register Number: 12519), Department of Mathematics, St.Mary’s College(Autonomous), Thoothukudi – 628 001, Tamil Nadu, India, Affiliated to Manonmaniam Sundaranar University, Abishekapatti, Tirunelveli – 627 012, Tamil Nadu, India 2 Associate Professor, Department of Mathematics, St.Mary’s College(Autonomous), Thoothukudi – 628 001, Tamil Nadu, India, Affiliated to Manonmaniam Sundaranar University, Abishekapatti, Tirunelveli - 627 012, Tamil Nadu, India Abstract vertex domination, the concept of edge The concept of triple connected graphs with real life domination was introduced by Mitchell and application was introduced by considering the Hedetniemi. A set F of edges in a graph G is existence of a path containing any three vertices of a called an edge dominating set if every edge in E graph G. A subset S of V of a non - trivial graph G is – F is adjacent to at least one edge in F. The said to be a triple connected dominating set, if S is a dominating set and the induced subgraph <S> is edge domination number γ '(G) of G is the triple connected. The minimum cardinality taken minimum cardinality of an edge dominating set over all triple connected dominating set is called the of G. An edge dominating set F of a graph G is triple connected domination number and is denoted a connected edge dominating set if the edge by γtc(G).
    [Show full text]
  • Minimal K-Connected Non-Hamiltonian Graphs
    Graphs and Combinatorics (2018) 34:289–312 https://doi.org/10.1007/s00373-018-1874-z Minimal k-Connected Non-Hamiltonian Graphs Guoli Ding1 · Emily Marshall2 Received: 24 April 2017 / Revised: 31 January 2018 / Published online: 14 February 2018 © Springer Japan KK, part of Springer Nature 2018 Abstract In this paper, we explore minimal k-connected non-Hamiltonian graphs. Graphs are said to be minimal in the context of some containment relation; we focus on subgraphs, induced subgraphs, minors, and induced minors. When k = 2, we discuss all minimal 2-connected non-Hamiltonian graphs for each of these four rela- tions. When k = 3, we conjecture a set of minimal non-Hamiltonian graphs for the minor relation and we prove one case of this conjecture. In particular, we prove all 3-connected planar triangulations which do not contain the Herschel graph as a minor are Hamiltonian. Keywords Hamilton cycles · Graph minors 1 Introduction Hamilton cycles in graphs are cycles which visit every vertex of the graph. Determining their existence in a graph is an NP-complete problem and as such, there is a large body of research proving necessary and sufficient conditions. In this paper, we analyze non-Hamiltonian graphs. In particular, we consider the following general question: The first author was supported in part by NSF Grant DMS-1500699. The work for this paper was largely done while the second author was at Louisiana State University. B Emily Marshall [email protected] Guoli Ding [email protected] 1 Mathematics Department, Louisiana State University, Baton Rouge, LA 70803, USA 2 Computer Science and Mathematics Department, Arcadia University, Glenside, PA 19038, USA 123 290 Graphs and Combinatorics (2018) 34:289–312 what are the minimal k-connected non-Hamiltonian graphs? A graph is minimal if it does not contain a smaller graph with the same properties.
    [Show full text]
  • Packing by Edge Disjoint Trees
    Global Journal of Mathematical Sciences: Theory and Practical. ISSN 0974-3200 Volume 5, Number 4 (2013), pp. 245_250 © International Research Publication House http://www.irphouse.com Packing by Edge Disjoint Trees Elachini V. Lal1 and Karakkattu S. Parvathy2 1Dept. of Higher Secondary, Govt. HSS Kuttippuram, Kerala INDIA– 679571. [email protected] 2Dept. of Mathematics, St. Mary’s College, Thrissur, Kerala INDIA – 680020. [email protected] Abstract A Graph G is said to be a packing by edge disjoint trees, if its edges can be partitioned into trees. In this paper, we discuss the packability of graphs of various types by edge disjoint tree and find its number w (edt G) and its least number wl (edt G) Key Words: Packing, Edge disjoint trees. 1. Introduction: By a graph G = (V, E) we mean a finite, undirected, connected graph with no loop or multiple edges. The order and size of G are denoted by ‘m’ and ‘n’ respectively. For basic graph theoretic terminology, we refer to [1, 2, 3]. The concept of random packability was introduced by Sergio Ruiz [4] under the name of ‘random decomposable graphs’. Ruiz [4] obtained a characterization of randomly F- packable graphs, when F is P3 or K2. Lowell W Beineke [5] and Peter Hamburger [5] and Wayne D Goddard [5] characterized F-packable graphs where F is Kn, P4, P5, or P6. S.Arumugham [6] and S.Meena [6] extended a characterization of the random packability of two or more disconnected graphs like Kn U K1, n, C4 U P2 ,3K2 .Elachini V. Lal [7] and Karakkattu S.
    [Show full text]
  • Spindown Polyhedra
    Spindown Polyhedra ANTHONY F. CONSTANTINIDES and GEORGE A. CONSTANTINIDES ARTICLE HISTORY Compiled March 20, 2018 1. Introduction Magic: The Gathering is a trading card game published by Wizards of the Coast [1]. The aim of most variants of the game is to reduce your opponent's life total from twenty to zero, thus winning the game. As it may take several turns to reduce a player's life total to zero, players need a mechanism to keep track of their current life total. For this purpose, players often use a device called a spindown life counter, shown in Figure 1. A spindown life counter is an icosahedron with a special labelling of the faces, such that - starting with 20 life total - a player can reduce their life total in decrements of one by rolling the icosahedron onto an adjacent face each time. A spindown life counter appears similar to a standard icosahedral die, known in gaming as a d20, however, the labelling of faces is different, as also shown in Figure 1. Figure 1. Left: A spindown life counter from Magic: The Gathering. Right: A standard icosahedral die (d20). The first author posed the question of whether it is possible to construct other polyhedra having a similar `spindown' property. Some simple experimentation revealed that is it possible to re-label the faces of a standard six-faced die (d6) to produce a spindown cube (see Figure 2); further experimentation revealed this to be the case for all Platonic solids. It can also be seen that it is possible, in all these cases, to chose the labelling such that it is not only spindown but also the face with the lowest label adjacent to the face with the highest label.
    [Show full text]
  • On the Euclidean Dimension of Graphs
    ON THE EUCLIDEAN DIMENSION OF GRAPHS JIN HYUP HONG GREAT NECK SOUTH HIGH SCHOOL, GREAT NECK, NY AND DAN ISMAILESCU MATHEMATICS DEPARTMENT, HOFSTRA UNIVERSITY, NY arXiv:1501.00204v1 [math.MG] 31 Dec 2014 1 Abstract. The Euclidean dimension a graph G is defined to be the smallest integer d such that the vertices of G can be located in Rd in such a way that two vertices are unit distance apart if and only if they are adjacent in G. In this paper we determine the Euclidean dimension for twelve well known graphs. Five of these graphs, D¨urer, Franklin, Desargues, Heawood and Tietze can be embedded in the plane, while the remaining graphs, Chv´atal, Goldner-Harrary, Herschel, Fritsch, Gr¨otzsch, Hoffman and Soifer have Euclidean dimension 3. We also present explicit embeddings for all these graphs. 1. History and previous work The Euclidean dimension of a graph G = (V, E), denoted dim(G) is the least integer n such that there exists a 1 : 1 embedding f : V Rn for which f(u) f(v) = 1 if and only → | − | if uv E. ∈ The concept was introduced by Erd˝os, Harary and Tutte in their seminal paper [7], where the authors determine the Euclidean dimension for several classes of graphs. For instance, they show that dim(K ) = n 1, where K is the complete graph on n n − n vertices. Using a construction due to Lenz, they also compute the Euclidean dimension of Km,n, the complete bipartite graph with m vertices in one class and n vertices in the other.
    [Show full text]
  • 4 Euler Tours and Hamilton Cycles
    4 Euler Tours and Hamilton Cycles 4.1 EULER TOURS A trail that traverses every edge of G is called an Euler trail of G because Euler was the first to investigate the existence of such trails in graphs. In the earliest known paper on graph theory (Euler, 1736), he showed that it was impossible to cross each of the seven bridges of Konigsberg once and only once during a walk through the town. A plan of KOlligsberg "and the river Pregel is shown in figure 4.1 a. As can be seen, proving that such a walk is impossible amounts to showing that the graph" of figure 4.1 b contains no Euler trail. A tour of G is a ~losed walk that traverses each edge of G at least once. An Euler tour is a tour which traverses each edge exactly once (in other words, a closed Euler trail). A graph is eulerian if it contains an Euler tour. l-'heorem 4.1 A nonempty connected· graph is eulerian if and only if it has no vertices of odd degree. Proof Let G be eulerian, and let C be an Euler tour ~f G with origin (and terminus) u. Each time a vertex v ~ccurs as an internal vertex of C, two of the edges incident with v are accounted for~ Since an Euler tour contains c A LJ---------~iilUB o (0) ( b) Figure 4.1. The bridges of Konigsberg and their graph 52 ' Graph Theory with Applications every edge of G, d(v) is even for all v ¢ u.
    [Show full text]
  • (V, E ) Be a Graph and Let F Be a Function That Assigns to Each Vertex of F:V(G) → {1,2,.....K} Such That for V to a Set of Values from the Set {1,2
    BALANCED DOMINATION NUMBER OF SPECIAL GRAPHS 1S.CHRISTILDA and 2P.NAMASIVAYAM 1Department of Mathematics, Sadakathullah Appa College, Tirunelveli – 627011, Tamil Nadu, INDIA. E-mail: [email protected] 2PG and Research Department of Mathematics, The MDT Hindu College, Tirunelveli – 627010, Tamil Nadu, INDIA. ABSTRACT INTRODUCTION Let G= (V, E) be a graph. A Subset D of V is called a dominating Let G = (V, E ) be a graph and let f set of G if every vertex in V-D is be a function that assigns to each adjacent to atleast one vertex in D. The Domination number γ (G) of G is the vertex of V to a set of values from cardinality of the minimum dominating set of G. Let the set {1,2,.......k} that is, G = (V, E ) be a graph and let f be a function that assigns to each vertex of f:V(G) → {1,2,.....k} such that for V to a set of values from the set {1,2,.......k} that is, f:V(G) → each u,v ϵ V(G), f(u)≠f(v), if u is {1,2,.....k} such that for each u,v V(G), f(u) ≠ f(v), if u is adjacent to v in adjacent to v in G. Then the set D G. Then the dominating set D V (G) V (G) is called a balanced is called a balanced dominating set if In this dominating set if paper, we investigate the balanced domination number for some special graphs. Keywords: balanced, domination, The special graph balanced domination number Mathematics subject classification: 05C69 is the minimum cardinality of the balanced weak balanced dominating set dominating set.
    [Show full text]
  • Graph Theory Graph Theory (III)
    J.A. Bondy U.S.R. Murty Graph Theory (III) ABC J.A. Bondy, PhD U.S.R. Murty, PhD Universite´ Claude-Bernard Lyon 1 Mathematics Faculty Domaine de Gerland University of Waterloo 50 Avenue Tony Garnier 200 University Avenue West 69366 Lyon Cedex 07 Waterloo, Ontario, Canada France N2L 3G1 Editorial Board S. Axler K.A. Ribet Mathematics Department Mathematics Department San Francisco State University University of California, Berkeley San Francisco, CA 94132 Berkeley, CA 94720-3840 USA USA Graduate Texts in Mathematics series ISSN: 0072-5285 ISBN: 978-1-84628-969-9 e-ISBN: 978-1-84628-970-5 DOI: 10.1007/978-1-84628-970-5 Library of Congress Control Number: 2007940370 Mathematics Subject Classification (2000): 05C; 68R10 °c J.A. Bondy & U.S.R. Murty 2008 Apart from any fair dealing for the purposes of research or private study, or criticism or review, as permitted under the Copyright, Designs and Patents Act 1988, this publication may only be reproduced, stored or trans- mitted, in any form or by any means, with the prior permission in writing of the publishers, or in the case of reprographic reproduction in accordance with the terms of licenses issued by the Copyright Licensing Agency. Enquiries concerning reproduction outside those terms should be sent to the publishers. The use of registered name, trademarks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant laws and regulations and therefore free for general use. The publisher makes no representation, express or implied, with regard to the accuracy of the information contained in this book and cannot accept any legal responsibility or liability for any errors or omissions that may be made.
    [Show full text]
  • Necessary Condition for Cubic Planar 3-Connected Graph to Be Non-Hamiltonian with Proof of Barnette’S Conjecture
    International J.Math. Combin. Vol.3(2014), 70-88 Necessary Condition for Cubic Planar 3-Connected Graph to be Non-Hamiltonian with Proof of Barnette’s Conjecture Mushtaq Ahmad Shah (Department of Mathematics, Vivekananda Global University (Formerly VIT Jaipur)) E-mail: [email protected] Abstract: A conjecture of Barnette states that, every three connected cubic bipartite pla- nar graph is Hamiltonian. This problem has remained open since its formulation. This paper has a threefold purpose. The first is to provide survey of literature surrounding the conjec- ture. The second is to give the necessary condition for cubic planar three connected graph to be non-Hamiltonian and finally, we shall prove near about 50 year Barnett’s conjecture. For the proof of different results using to prove the results we illustrate most of the results by using counter examples. Key Words: Cubic graph, hamiltonian cycle, planar graph, bipartite graph, faces, sub- graphs, degree of graph. AMS(2010): 05C25 §1. Introduction It is not an easy task to prove the Barnette’s conjecture by direct method because it is very difficult process to prove or disprove it by direct method. In this paper, we use alternative method to prove the conjecture. It must be noted that if any one property of the Barnette’s graph is deleted graph is non Hamiltonian. A planar graph is an undirected graph that can be embedded into the Euclidean plane without any crossings. A planar graph is called polyhedral if and only if it is three vertex connected, that is, if there do not exists two vertices the removal of which would disconnect the rest of the graph.
    [Show full text]
  • 36 DM14 Abstracts
    36 DM14 Abstracts IP0 University of Oxford Hot Topic Session: The Existence of Designs [email protected] We prove the existence conjecture for combinatorial de- signs, answering a question of Steiner from 1853. More IP4 generally, we show that the natural divisibility conditions Submodular Functions and Their Applications are sufficient for clique decompositions of simplicial com- plexes that satisfy a certain pseudorandomness condition. Submodular functions, a discrete analogue of convex func- tions, have played a fundamental role in combinatorial op- timization since the 1970s. In the last decade, there has Peter Keevash been renewed interest in submodular functions due to their University of Oxford role in algorithmic game theory, as well as numerous appli- [email protected] cations in machine learning. These developments have led to new questions as well as new algorithmic techniques. I will discuss the concept of submodularity, its unifying role IP1 in combinatorial optimization, and a few illustrative appli- The Graph Regularity Method cations. I will describe some recent algorithmic advances, in particular the concept of multilinear relaxation, and the Szemerdi’s regularity lemma is one of the most powerful role of symmetry in proving hardness results for submod- tools in graph theory, with many applications in combina- ular optimization. I will conclude by discussing possible torics, number theory, discrete geometry, and theoretical extensions of the notion of submodularity, and some fu- computer science. Roughly speaking, it says that every ture challenges. large graph can be partitioned into a small number of parts such that the bipartite subgraph between almost all pairs Jan Vondrak of parts is random-like.
    [Show full text]
  • Graphs, Algorithms, and Optimization Discrete Mathematics and Its Applications Author: Kocay, William.; Kreher, Donald L
    cover Cover title: Graphs, Algorithms, and Optimization Discrete Mathematics and Its Applications author: Kocay, William.; Kreher, Donald L. publisher: CRC Press isbn10 | asin: 0203489055 print isbn13: 9780203620892 ebook isbn13: 9780203489055 language: English subject Graph algorithms. publication date: 2005 lcc: QA166.245.K63 2005eb ddc: 511/.5 subject: Graph algorithms. cover Page i DISCRETE MATHEMATICS AND ITS APPLICATIONS Series Editor KENNETH H.ROSEN GRAPHS, ALGORITHMS, AND OPTIMIZATION page_i Page ii DISCRETE MATHEMATICS AND ITS APPLICATIONS Series Editor Kenneth H.Rosen, Ph.D. Charles J.Colbourn and Jeffrey H.Dinitz, The CRC Handbook of Combinatorial Designs Charalambos A.Charalambides, Enumerative Combinatorics Steven Furino, Ying Miao, and Jianxing Yin, Frames and Resolvable Designs: Uses, Constructions, and Existence Randy Goldberg and Lance Riek, A Practical Handbook of Speech Coders Jacob E.Goodman and Joseph O’Rourke, Handbook of Discrete and Computational Geometry, Second Edition Jonathan Gross and Jay Yellen, Graph Theory and Its Applications Jonathan Gross and Jay Yellen, Handbook of Graph Theory Darrel R.Hankerson, Greg A.Harris, and Peter D.Johnson, Introduction to Information Theory and Data Compression, Second Edition Daryl D.Harms, Miroslav Kraetzl, Charles J.Colbourn, and John S.Devitt, Network Reliability: Experiments with a Symbolic Algebra Environment David M.Jackson and Terry I.Visentin, An Atlas of Smaller Maps in Orientable and Nonorientable Surfaces Richard E.Klima, Ernest Stitzinger, and Neil P.Sigmon, Abstract
    [Show full text]
  • Title Characterization of Bipartite Graph and Its Hamiltonicity All
    Characterization of Bipartite Graph and its Hamiltonicity Title Shwin Seinn All Authors Local publication Publication Type Publisher Universities Research Journal, Department of Higher Education Vol.I, No.2 (Journal name, issue no., page no etc.) In this paper, the characterization of bipartite graph will be first described by using the definitions of cycle, Hamiltonian cycle, odd cycle, and chromatic number in a graph. Then, the conditions for a bipartite graph to be Hamiltonian are investigated. Furthermore, a new necessary condition will be Abstract shown for the Hamiltonicity of bipartite graph. Bipartite Graph, Hamitonian Cycle, Hamiltinicity Keywords Citation 2008 Issue Date Characterization of Bipartite Graph and Its Hamiltonicity SHWIN SEINN* Abstract In this paper, the characterization of bipartite graph will be first described by using the definitions of cycle, Hamiltonian cycle, odd cycle, and chromatic number in a graph. Then, the conditions for a bipartite graph to be Hamiltonian are investigated. Furthermore, a new necessary condition will be shown for the Hamiltonicity of bipartite graph. Keywords: Bipartite Graph, Hamiltonian cycle, Hamiltonicity Introduction The most useful object in discrete mathematics is a structure called a graph. Graphs were first introduced in the eighteenth century by the Swiss Mathematician Leonard Euler. One of the reasons for the recent interest in graph theory is its applicability in many diverse fields including computer science, chemistry, electrical engineering, and economics. In the study of graph theory, it is necessary to determine the existence of a cycle in which all the vertices appear exactly once except for the starting and ending vertex that appears twice. Such a cycle is called a Hamiltonian cycle and we say a graph is Hamiltonian if it contains a Hamiltonian cycle.
    [Show full text]