The Space Complexity of Sum Labelling

07/27/2021
by   Henning Fernau, et al.
0

A graph is called a sum graph if its vertices can be labelled by distinct positive integers such that there is an edge between two vertices if and only if the sum of their labels is the label of another vertex of the graph. Most papers on sum graphs consider combinatorial questions like the minimum number of isolated vertices that need to be added to a given graph to make it a sum graph. In this paper, we initiate the study of sum graphs from the viewpoint of computational complexity. Notice that every n-vertex sum graph can be represented by a sorted list of n positive integers where edge queries can be answered in O(log n) time. Therefore, limiting the size of the vertex labels also upper-bounds the space complexity of storing the graph in the database. We show that every n-vertex, m-edge, d-degenerate graph can be made a sum graph by adding at most m isolated vertices to it, such that the size of each vertex label is at most O(n^2d). This enables us to store the graph using O(mlog n) bits of memory. For sparse graphs (graphs with O(n) edges), this matches the trivial lower bound of Ω(nlog n). Since planar graphs and forests have constant degeneracy, our result implies an upper bound of O(n^2) on their label size. The previously best known upper bound on the label size of general graphs with the minimum number of isolated vertices was O(4^n), due to Kratochvíl, Miller Nguyen. Furthermore, their proof was existential, whereas our labelling can be constructed in polynomial time.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/05/2023

Sum Labelling Graphs of Maximum Degree Two

The concept of sum labelling was introduced in 1990 by Harary. A graph i...
research
07/02/2020

Graphs without gap-vertex-labellings: families and bounds

A proper labelling of a graph G is a pair (π,c_π) in which π is an assig...
research
08/02/2023

Signed double Roman domination on cubic graphs

The signed double Roman domination problem is a combinatorial optimizati...
research
05/05/2023

Sum-of-Local-Effects Data Structures for Separable Graphs

It is not difficult to think of applications that can be modelled as gra...
research
11/25/2021

On Queries Determined by a Constant Number of Homomorphism Counts

It is well known [Lovász, 1967] that up to isomorphism a graph G is dete...
research
08/19/2019

A Game of Cops and Robbers on Graphs with Periodic Edge-Connectivity

This paper considers a game in which a single cop and a single robber ta...
research
05/05/2020

Grid Drawings of Graphs with Constant Edge-Vertex Resolution

We study the algorithmic problem of computing drawings of graphs in whic...

Please sign up or login with your details

Forgot password? Click here to reset