TOTALLY MAGIC CORDIAL LABELING OF SOME SPECIAL GRAPHS

Slides:



Advertisements
Similar presentations
THE LIST COLORING CONJECTURE nicla bernasconi. topics Introduction – The LCC Kernels and choosability Proof of the bipartite LCC.
Advertisements

Chapter 9 Graphs.
13 May 2009Instructor: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Introduction.
 Graph Graph  Types of Graphs Types of Graphs  Data Structures to Store Graphs Data Structures to Store Graphs  Graph Definitions Graph Definitions.
GOLOMB RULERS AND GRACEFUL GRAPHS
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
1 Representing Graphs. 2 Adjacency Matrix Suppose we have a graph G with n nodes. The adjacency matrix is the n x n matrix A=[a ij ] with: a ij = 1 if.
What is the next line of the proof? a). Let G be a graph with k vertices. b). Assume the theorem holds for all graphs with k+1 vertices. c). Let G be a.
Discrete Structures Chapter 7B Graphs Nurul Amelina Nasharuddin Multimedia Department.
Lists A list is a finite, ordered sequence of data items. Two Implementations –Arrays –Linked Lists.
Graph Colouring Lecture 20: Nov 25.
Graphs: Graceful, Equitable and Distance Labelings
Graph Theory Ch.5. Coloring of Graphs 1 Chapter 5 Coloring of Graphs.
Problem: Induced Planar Graphs Tim Hayes Mentor: Dr. Fiorini.
Open Problems in Exclusive Sum Labeling Mirka Miller, Joe Ryan, Slamin, Kiki Sugeng, Mauritsius Tuga School of Computer Science and Software Engineering.
9.2 Graph Terminology and Special Types Graphs
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
CSE, IIT KGP Graph Theory: Introduction Pallab Dasgupta Dept. of CSE, IIT
ساختمانهای گسسته دانشگاه صنعتی شاهرود – فروردین 1392.
Copyright © Zeph Grunschlag, More on Graphs.
Chapter 6 Graph Theory R. Johnsonbaugh Discrete Mathematics 5 th edition, 2001.
1 CS104 : Discrete Structures Chapter V Graph Theory.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering,
Problems on Paired Graphs Stephen Hedetniemi, Alice McRae, Dee Parks, Kelly Wise and come join in…
Graph.
Introduction to Graph Theory
An Introduction to Graph Theory
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Graph Theory and Applications
On Balance Index Sets of Trees of Diameter Four Sin-Min Lee, San Jose State University Hsin-hao Su, Stonehill College Yung-Chin Wang, Tzu-Hui Institute.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
Introduction to Graph Theory By: Arun Kumar (Asst. Professor) (Asst. Professor)
Introduction to Graph Theory
Graph Concepts and Algorithms Using LEDA By Caroline Moore and Carmen Frerichs (252a-at and 252a-ao) each graph in the presentation was created using gw_basic_graph_algorithms.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Planarity Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
MAT 2720 Discrete Mathematics Section 8.1 Introduction
1 The 3*-connected property of the pyramid networks Yuan-Hsiang Teng, Tzu-Liang Kung, Lih-Hsing Hsu Computers and Mathematics with Applications 60 (2010)
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
CSC 252 Pallavi Moorthy Homework 5. 1.) Vertices, edges From cd../../handout/demo/graph_alg/gw_shortest_path.
Chapter 5: Globally 3*-connected graphs
Graphs: Definitions and Basic Properties
Chapter 9 (Part 2): Graphs
Applied Discrete Mathematics Week 13: Graphs
Basic Concepts Graphs For more notes and topics visit:
Special Graphs By: Sandeep Tuli Astt. Prof. CSE.
Chapters 8.1 and 8.2 Based on slides by Y. Peng University of Maryland
Grade 11 AP Mathematics Graph Theory
Experts and Learners Good afternoon i Back Close.
Graphs Chapters 10.1 and 10.2 Based on slides by Y. Peng University of Maryland.
Graphs.
Planarity Testing.
Graphs, Trees and Algorithms 1
Chapters 8.1 and 8.2 Based on slides by Y. Peng University of Maryland
Chapter 9: Graphs Basic Concepts
Discrete Math II Howon Kim
Trees L Al-zaid Math1101.
Let us switch to a new topic:
Miniconference on the Mathematics of Computation
Problems on Paired Graphs
Dr. P. Lawrence Rozario Raj
OPERATORS in C Programming
HW 3 (Due Wednesday Feb 6) Create slide(s) for your 1 minute presentation on a graph theory application. Make sure your slide(s) include (1) Define the.
Introduction to Graph Theory
HW 3 (Due Wednesday Feb 6) Create slide(s) for your 1 minute presentation on a graph theory application. Make sure your slide(s) include (1) Define the.
Chapter 9: Graphs Basic Concepts
Concepts of Computation
Chapter 14 Graphs © 2011 Pearson Addison-Wesley. All rights reserved.
OPERATORS in C Programming
Dr. P. Lawrence Rozario Raj
Presentation transcript:

TOTALLY MAGIC CORDIAL LABELING OF SOME SPECIAL GRAPHS Dr. P. Lawrence Rozario Raj Assistant Professor, Department of Mathematics, St. Joseph’s College Trichirappalli – 620 002, Tamil Nadu, India. lawraj2006@yahoo.co.in

The fear of the LORD is the beginning of wisdom … Pro 9:10 Praise the Lord The fear of the LORD is the beginning of wisdom … Pro 9:10

All graphs in this paper are finite, simple and undirected All graphs in this paper are finite, simple and undirected. We follow the basic notation and terminology of graph theory as in Harary and of graph labelling as in Gallian. Cahit defines cordial labeling and cordial graph. The concept of totally magic cordial labeling is introduced by Cahit. He proves that the following graphs have a TMC labeling: Km,n (m,n>1), trees, cordial graphs, and Kn if and only if n = 2,3,5, or 6.

Definition 1.1 The assignment of values subject to certain conditions to the vertices of a graph is known as graph labeling. Definition 1.2 Let G = (V, E) be a graph. A mapping f : V(G) →{0,1} is called binary vertex labeling of G and f(v) is called the label of the vertex v of G under f. For an edge e = uv, the induced edge labeling f*:E(G)→{0,1} is given by f*(e) = |f(u) − f(v)|. Let vf(0), vf(1) be the number of vertices of G having labels 0 and 1 respectively under f and let ef(0), ef(1) be the number of edges having labels 0 and 1 respectively under f*. Definition 1.3 A binary vertex labeling of a graph G is called a cordial labeling if | vf(0) − vf(1) |  1 and | ef(0) − ef(1) |  1. A graph G is cordial if it admits cordial labeling.

Definition 1.4 [3] A graph G(p,q) is said to have a totally magic cordial (TMC) labeling with constant C if there exists a mapping f : V(G)E(G){0,1} such that f(a)+f(b)+f({a,b}) = C (mod 2) for all {a,b}E(G) provided the condition |f(0)–f(1)|1 is hold, where f(0) = vf(0) + ef(0) and f(1) = vf(1) + ef(1) and vf(i), ef(i); i  {0,1} are, respectively, the number of vertices and edges labeled with i. Definition 1.5 [4] If G has order n, the corona of G with H, GH is the graph obtained by taking one copy of G and n copies of H and joining the ith vertex of G with an edge to every vertex in the ith copy of H. Definition 1.6 If G has order n, the k-corona of G with H, GkH is the graph obtained by taking k copies of G and n copies of H and joining the ith vertex of every copies of G with an edge to every vertex in the ith copy of H.

2. Totally magic cordial labeling of planar graphs Pln and Plm,n In this section, we show that two classes of planar graphs whose definitions are based on complete graphs and complete bipartite graphs are shown to be totally magic cordial.

3. Totally magic cordial labeling of S(Pn), S(Cn) and S(Km,n) In this section, we show that the splitting graph of path, cycle and complete bipartite graph are totally magic cordial. Definition 3.1 [7] For each vertex v of a graph G, take a new vertex v. Join v to all the vertices of G adjacent to v. The graph S(G) thus obtained is called splitting graph of G.

4. Totally magic cordial labeling of 2-corona of Pn and Nm In this section, we show that the 2-corona of Pn and Nm is totally magic cordial.

5. Conclusion Labeled graph is the topic of current interest for many researchers as it has diversified applications. I discuss here totally magic cordial labeling of some special graphs. This approach of these graphs is novel and contributes to new graphs to the theory of totally magic cordial graphs. The results reported here are new and will add new dimension in the theory of totally magic cordial graphs.

References Baskar Babujee J, Planar graphs with maximum edges anti-magic property, The Mathematics Education, 37(4), (2003) 194-198. Cahit I, Cordial Graphs : A weaker version of graceful and harmonious Graphs, Ars Combinatoria, 23, (1987) 201-207. Cahit I, Some totally modular cordial graphs, Discuss. Math. Graph Theory, 22, (2002) 247-258. Frucht R and Harary F, On the corona of two graphs, Aequationes Math, 4, (1970) 322-325. Gallian J A, A dynamic survey of graph labeling, The Electronics Journal of Combinatorics, 16, (2009) DS6. Harary F, Graph theory, Addison Wesley, Reading, Massachusetts, 1972. Sampathkumar E and Walikar H B, On splitting graph of a graph, J. Karnatak Univ. Sci., 25 and 26 (Combined) (1980-81), 13-16. Ramanjaneyulu K, Venkaiah V Ch, and Kishore Kothapalli, Anti-magic labelings of a class of planar graphs, Australasian Journal of Combinatorics, 41, (2008) 283-290.

Thank you