Dan Bouchard, Patrick Clark*, Hsin- Hao Su Stonehill College.

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics
Advertisements

Discrete Mathematics University of Jazeera College of Information Technology & Design Khulood Ghazal Connectivity Lecture _13.
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
The Grammar According to West By D.B. West. 5. Expressions as units. There exists i < j with x i = x j. ( Double-Duty Definition of i, not OK ) There.
Covers, Dominations, Independent Sets and Matchings AmirHossein Bayegan Amirkabir University of Technology.
On Z 2  Z 2 -magic Graphs Yihui Wen, Suzhou Science and Technology College Sin-Min Lee, San Jose State University Hsin-hao Su *, Stonehill College 40th.
Simple Graph Warmup. Cycles in Simple Graphs A cycle in a simple graph is a sequence of vertices v 0, …, v n for some n>0, where v 0, ….v n-1 are distinct,
Every edge is in a red ellipse (the bags). The bags are connected in a tree. The bags an original vertex is part of are connected.
Edge-connectivity and super edge-connectivity of P 2 -path graphs Camino Balbuena, Daniela Ferrero Discrete Mathematics 269 (2003) 13 – 20.
CSC 421: Algorithm Design & Analysis
3/17/2003Tucker, Applied Combinatorics Section 4.2a 1 Network Flows Michael Duquette & Whitney Sherman Tucker, Applied Combinatorics, Section 4.2a, Group.
R. Johnsonbaugh Discrete Mathematics 5 th edition, 2001 Chapter 8 Network models.
Graph Algorithms: Minimum Spanning Tree We are given a weighted, undirected graph G = (V, E), with weight function w:
Convex Grid Drawings of 3-Connected Plane Graphs Erik van de Pol.
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
Whitney Sherman & Patti Bodkin Saint Michael’s College.
Section 4.2 Network Flows By Christina Touhey. The flow out of a equals the flow into z. Algorithm 1.Make vertex a: (0, ). 2.Scan the first vertex and.
On Balanced Signed Graphs and Consistent Marked Graphs Fred S. Roberts DIMACS, Rutgers University Piscataway, NJ, USA.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Discrete Structures Chapter 7A Graphs Nurul Amelina Nasharuddin Multimedia Department.
Computability and Complexity 24-1 Computability and Complexity Andrei Bulatov Approximation.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
What is the next line of the proof? a). Assume the theorem holds for all graphs with k edges. b). Let G be a graph with k edges. c). Assume the theorem.
Radio Labeling Cartesian Products of Path Graphs Eduardo Calles and Henry Gómez Advisors: Drs. Maggy Tomova and Cindy Wyels Funding: NSF, NSA, and Moody’s,
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Online Ramsey Games in Random Graphs Reto Spöhel, ETH Zürich Joint work with Martin Marciniszyn and Angelika Steger.
9.2 Graph Terminology and Special Types Graphs
On Balanced Index Sets of Disjoint Union Graphs Sin-Min Lee Department of Computer Science San Jose State University San Jose, CA 95192, USA Hsin-Hao Su.
Lecture 13 Graphs. Introduction to Graphs Examples of Graphs – Airline Route Map What is the fastest way to get from Pittsburgh to St Louis? What is the.
On Edge-Balance Index Sets of L-Product of Cycles by Cycles Daniel Bouchard, Stonehill College Patrick Clark, Stonehill College Hsin-hao Su, Stonehill.
Trees and Distance. 2.1 Basic properties Acyclic : a graph with no cycle Forest : acyclic graph Tree : connected acyclic graph Leaf : a vertex of degree.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
On the Edge-Balance Index of Flux Capacitor and L-Product of Star by Cycle Graphs Meghan Galiardi, Daniel Perry, Hsin-hao Su Stone hill College.
On k-Edge-magic Halin Graphs
On the Edge Balance Index of Centipede Graphs and L-Product of Cycle by Star Graphs Meghan Galiardi, Daniel Perry*, Hsin-Hao Su Stonehill College.
Chip-firing Game and Data Structures Prof. Sin-Min Lee Department of Computer Science San Jose State University.
On The Edge-Balance Index Sets of Fans and Broken Fans Dharam Chopra*, Wichita State University Sin-Min Lee, San Jose State University Hsin-hao Su, Stonehill.
Edge-magic Indices of Stars Sin-Min Lee, San Jose State University Yong-Song Ho and Sie-Keng Tan, Nat’l Univ. of Singapore Hsin-hao Su *, Stonehill College.
Algorithm for obtaining the connected components of a graph Samia Qader 252a-az HW # 6 all examples obtained from LEDA software in directory: 252a/handout/demo/graphwin/graphwin.
Agenda Review: –Planar Graphs Lecture Content:  Concepts of Trees  Spanning Trees  Binary Trees Exercise.
On the Edge Balance Index of Flux Capacitor, Centipede, L-Product Graphs Abstract- Let G be a graph with vertex set V (G) and edge set E(G), and let Z.
Partitioning the Labeled Spanning Trees of an Arbitrary Graph into Isomorphism Classes Austin Mohr.
WK15. Vertex Cover and Approximation Algorithm By Lin, Jr-Shiun Choi, Jae Sung.
Introduction to Graph Theory
An Introduction to Graph Theory
Balance Index Set of Generalized Ear Expansion Hsin-hao Su Patrick Clark Dan Bouchard*
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.
Shortest Path Based Sufficiency Condition for Hamiltonian Graphs
Graphs Upon completion you will be able to:
The four colour theorem
Strongly Connected Components for Directed Graphs Kelley Louie Credits: graphs by /demo/graphwin/graphwin.
Hw. 6: Algorithm for finding strongly connected components. Original digraph as drawn in our book and in class: Preorder label : Postorder label Nodes:
Leda Demos By: Kelley Louie Credits: definitions from Algorithms Lectures and Discrete Mathematics with Algorithms by Albertson and Hutchinson graphics.
CSC 421: Algorithm Design & Analysis
CSC 421: Algorithm Design & Analysis
CSC 421: Algorithm Design & Analysis
GreedyMaxCut a b w c d e 1.
R. Johnsonbaugh Discrete Mathematics 5th edition, 2001
A path that uses every vertex of the graph exactly once.
Discrete Mathematics Lecture 12: Graph Theory
CSC 421: Algorithm Design & Analysis
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Graphs G = (V, E) V are the vertices; E are the edges.
GRAPHS G=<V,E> Adjacent vertices Undirected graph
Algorithms Lecture # 27 Dr. Sohail Aslam.
Warm Up – Tuesday Find the critical times for each vertex.
CSC 421: Algorithm Design & Analysis
Dominating Set By Eric Wengert.
Agenda Review Lecture Content: Shortest Path Algorithm
GRAPHS.
Presentation transcript:

Dan Bouchard, Patrick Clark*, Hsin- Hao Su Stonehill College

x 1 x 0 0 Let G be a simple graph with vertex set V (G) and edge set E(G). Let Z 2 = {0, 1}. An edge labeling f : E(G) → Z 2 induces a vertex partial labeling f + : V (G) → Z 2 defined by f + (v) = 0 if the edges labeled 0 incident on v is more than the number of edges labeled 1 incident on v, and f + (v) = 1 if the edges labeled 1 incident on v is more than the number of edges labeled 0 incident on v.

 e f (0) = # of 0-edges e f (1) = # of 1-edges v f (0) = # of 0-vertices v f (1) = # of 1-vertices  e f (0) = 5 e f (1) = 4 v f (0) = 5 v f (1) = An edge labeling f of a graph G is said to be edge-friendly if | e f (0) − e f (1) |≤ 1. A graph G is said to be an edge- balanced graph if there is an edge-friendly labeling f of G satisfying | v f (0) − v f (1) | ≤ 1.

The edge-balance index set of the graph G, EBI(G), is defined as {| v f (0) − v f (1) | : the edge labeling f is edge-friendly.}.

 An L-product with cycle by star graph is composed of a cycle graph and n star graphs. C 3 St(2) C 3 X L St(2)

 In particular, the focus of our research consisted of analyzing graphs of the form C n X L St(m), where m is even and greater than 2.

 In a C n X L St(m) m is even and greater than 2, we notice that all of the vertices are grouped into n packages. These packages consist of m degree 1 vertices and 1 degree m+2 vertex. Package Each of the m degree 1 vertices must be labeled, and it's labeling is completely dependent on the labeling of it's incident edge. The degree m + 2 vertex in each package ho can be either labeled or unlabeled.

 Remember that for every friendly labeling, the EBI Is given by | v f (0) − v f (1) |.  For the purposes of my study, it is essential to determine the highest EBI possible for a particular graph.  Two main strategies seem apparent, either maximize v f (0) or minimize v f (1).

0 C 3 X L St(4)

1 1 1 x

Step 1 - Label each of the n edges of the cycle with a 1. Step 2 - For as many packages as possible given the amount of 0-edgeswe have, label one more than half of the edges incident to a degree 1 vertex in a package with a 0. Step 3 - Starting at the package next to the last package we were able to label by Step 2, label each degree 1 edge with a 1 until we have used all of our 0-edges. Step 4 - Label the rest of our edges with

 After developing the algorithm to produce the highest EBI for our graphs, we considered how to lower the EBI for our graphs to produce and EBI set.  We proceeded by considering how we can make switches within our highest EBI labeling that can effectively lower our EBI by 1 or 2.

Switch!!!!