Copyright (c) by Daphne Liu and Melanie Xie Radio Numbers for Square Paths & Cycles Daphne Liu & Melanie Xie California State University, Los Angeles Department.

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics
Advertisements

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,
Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
Definitions Distance Diameter Radio Labeling Span Radio Number Gear Graph.
Radio Labeling of Ladder Graphs Josefina Flores Kathleen Lewis From: California State University Channel Islands Advisors: Dr. Tomova and Dr.Wyels Funding:
Graphs Chapter 12. Chapter Objectives  To become familiar with graph terminology and the different types of graphs  To study a Graph ADT and different.
From Rainbow to the Lonely Runner Daphne Liu Department of Mathematics California State Univ., Los Angeles January 24, 2007.
From Topological Methods to Combinatorial Proofs of Kneser Graphs Daphne Der-Fen Liu 劉 德 芬 Department of Mathematics California State University, Los Angeles.
 Graph Graph  Types of Graphs Types of Graphs  Data Structures to Store Graphs Data Structures to Store Graphs  Graph Definitions Graph Definitions.
Graph Labeling Problems Appropriate for Undergraduate Research Cindy Wyels CSU Channel Islands Research with Undergraduates Session MathFest, 2009.
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
Computability and Complexity 23-1 Computability and Complexity Andrei Bulatov Search and Optimization.
Graph. Undirected Graph Directed Graph Simple Graph.
CS138A Network Flows Peter Schröder. CS138A Flow Networks Definitions a flow network G=(V,E) is a directed graph in which each edge (u,v)
Investigating properties of Kneser Graphs Modesty Briggs California State University, Northridge Sponsored by JPL/NASA Pair program; Funded by NSA and.
CSE 421 Algorithms Richard Anderson Dijkstra’s algorithm.
1 University of Freiburg Computer Networks and Telematics Prof. Christian Schindelhauer Mobile Ad Hoc Networks Theory of Interferences, Trade-Offs between.
UMass Lowell Computer Science Analysis of Algorithms Prof. Karen Daniels Fall, 2002 Lecture 2 Tuesday, 9/10/02 Design Patterns for Optimization.
NP-Complete Problems Reading Material: Chapter 10 Sections 1, 2, 3, and 4 only.
Graphs Chapter 12. Chapter 12: Graphs2 Chapter Objectives To become familiar with graph terminology and the different types of graphs To study a Graph.
A 2-Approximation algorithm for finding an optimum 3-Vertex-Connected Spanning Subgraph.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
Graphs: Graceful, Equitable and Distance Labelings
Cover Pebbling Cycles and Graham’s Conjecture Victor M. Moreno California State University Channel Islands Advisor: Dr. Cynthia Wyels Sponsored by the.
Approximation Algorithms Motivation and Definitions TSP Vertex Cover Scheduling.
Chapter 4 Graphs.
The Shortest Path Problem
TECH Computer Science Graph Optimization Problems and Greedy Algorithms Greedy Algorithms  // Make the best choice now! Optimization Problems  Minimizing.
KNURE, Software department, Ph , N.V. Bilous Faculty of computer sciences Software department, KNURE The distance.
9.2 Graph Terminology and Special Types Graphs
Algorithms for Network Optimization Problems This handout: Minimum Spanning Tree Problem Approximation Algorithms Traveling Salesman Problem.
Copyright © Cengage Learning. All rights reserved.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Sets.
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.
A Clustering Algorithm based on Graph Connectivity Balakrishna Thiagarajan Computer Science and Engineering State University of New York at Buffalo.
Boundary vertices in graphs Discrete Mathematics 263 (2003) Gary Chartrand, David Erwin Garry L. Johns, Ping Zhang.
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 20.
1 CS104 : Discrete Structures Chapter V Graph Theory.
Graphs.  Definition A simple graph G= (V, E) consists of vertices, V, a nonempty set of vertices, and E, a set of unordered pairs of distinct elements.
1 The Floyd-Warshall Algorithm Andreas Klappenecker.
Shortest Path Problems Dijkstra’s Algorithm. Introduction Many problems can be modeled using graphs with weights assigned to their edges: Airline flight.
Basic Notions on Graphs. The House-and-Utilities Problem.
Graph.
Connectivity and Paths 報告人:林清池. Connectivity A separating set of a graph G is a set such that G-S has more than one component. The connectivity of G,
Introduction to Graph Theory
EMIS 8373: Integer Programming Combinatorial Relaxations and Duals Updated 8 February 2005.
Graphs Chapter 12. Chapter 12: Graphs2 Chapter Objectives To become familiar with graph terminology and the different types of graphs To study a Graph.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
Chapter 20: Graphs. Objectives In this chapter, you will: – Learn about graphs – Become familiar with the basic terminology of graph theory – Discover.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Trees Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
MAT 2720 Discrete Mathematics Section 8.1 Introduction
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
Trees.
ICS 353: Design and Analysis of Algorithms NP-Complete Problems King Fahd University of Petroleum & Minerals Information & Computer Science Department.
Introduction to the Design and Analysis of Algorithms
Proof Techniques and Chessboard Problems
Graph theory Definitions Trees, cycles, directed graphs.
Autumn 2016 Lecture 11 Minimum Spanning Trees (Part II)
Order Pairs An introduction.
Foundations of Discrete Mathematics
Trees.
Connectivity Section 10.4.
Hamiltonian Cycles.
Lecture 19 Linear Program
Simple Graphs: Connectedness, Trees
Winter 2019 Lecture 11 Minimum Spanning Trees (Part II)
Concepts of Computation
Autumn 2019 Lecture 11 Minimum Spanning Trees (Part II)
Presentation transcript:

Copyright (c) by Daphne Liu and Melanie Xie Radio Numbers for Square Paths & Cycles Daphne Liu & Melanie Xie California State University, Los Angeles Department of Mathematics This project is supported by the National Science Foundation (NSF) under grant DMS Motivation & Definitions Previous Known Results New Results References

Channel Assignment Problem? Motivation: This vertex coloring problem is motivated by the Channel Assignment Problem which is introduced by Hale in In this problem, several radio stations (or transmitters) are given. We want to assign to each station a non-negative integers as channels so that the interference is avoided. The closer the two station are, the stronger the interference. Hence, the closer the two stations, the larger the separation of channels. Goal: 1.To assign channels for a set of radio stations to prevent the interference between radio channels. 2.To minimized the span of channels.

A graph G=(V,E) consists of two sets, V and E, called vertex-set and edge-set, respectively. Elements of V are called vertices. Elements of E are called edges. The distance a graph G, denoted by d(u,v), between two vertices u and v in is the length of a shortest path from u to v. The diameter a graph G, denoted by diam(G), is the maximum distance between a pair of vertices. diam(C6)= 3 uv w xy z d(u,w) = 2 Definitions

Radio Labeling Given G=(V, E), a radio k-labeling is a function so that for any two vertices u and v, Example: diam(P 5 )=4

Radio Number For a simple graph G, the radio number of G, denoted by rn(G), is the minimum k of a radio k-labeling of G. Example: rn(G) = 7 (Chartrand et al. [2002]) diam(G) = 3