When transmitting information over a network via communication devices, the parameters of data transmission efficiency and reliability are of paramount importance. Based on the fact that the operator does not have the...
详细信息
The goal of graph inference is to design algorithms for learning properties of a hidden graph using queries to an oracle that returns information about the graph. graph reconstruction, verification, and property testi...
详细信息
The goal of graph inference is to design algorithms for learning properties of a hidden graph using queries to an oracle that returns information about the graph. graph reconstruction, verification, and property testing are all special cases of graph inference. In this work, we study graph inference using an oracle that returns the effective resistance (ER) distance between a given pair of vertices. Effective resistance is a natural notion of distance that arises from viewing graphs as electrical circuits, and has many applications. However, it has received little attention from a graph inference perspective. Indeed, although it is known that an n-vertex graph can be uniquely reconstructed by making all (n2) = Θ(n2) possible ER queries, very little else is known. We address this and show a number of fundamental results in this model, including: 1. O(n)-query algorithms for testing whether a graph is a tree;deciding whether two graphs are equal assuming one is a subgraph of the other;and testing whether a given vertex (or edge) is a cut vertex (or cut edge). 2. Property testing algorithms, including for testing whether a graph is vertex-biconnected and whether it is edge-biconnected. We also give a reduction that shows how to adapt property testing results from the well-studied bounded-degree model to our model with ER queries. This yields ER-query-based algorithms for testing k-connectivity, bipartiteness, planarity, and containment of a fixed subgraph. 3. graph reconstruction algorithms, including an algorithm for reconstructing a graph from a low-width tree decomposition;a Θ(k2)-query, polynomial-time algorithm for recovering the entire adjacency matrix A of the hidden graph, given A with k of its entries deleted;and a k-query, exponential-time algorithm for the same task. We additionally compare the relative power of ER queries and shortest path queries, which are closely related and better studied. Interestingly, we show that the two query models are incomparabl
This paper investigates the shared-memory graph Transposition (GT) problem, a fundamental graph algorithm that is widely used in graph analytics and scientific computing. Previous GT algorithms have significant memory...
详细信息
We report on a recent breakthrough in rule-based graph programming, which allows us to reach the time complexity of imperative linear-time algorithms. In general, achieving the complexity of graph algorithms in conven...
详细信息
The randomized online-LOCAL model captures a number of models of computing;it is at least as strong as all of these models: the classical LOCAL model of distributed graph algorithms, the quantum version of the LOCAL m...
详细信息
In this paper, we investigate the Grundy Coloring problem for graphs with a cluster modulator, a structure commonly found in dense graphs. The Grundy chromatic number, representing the maximum number of colors needed ...
详细信息
Frequent sub graph mining is an important and well-studied problem with numerous applications such as the prediction of protein functionalities and graph indexing. Many studies use the minimum image-based support (MNI...
详细信息
The classic greedy coloring algorithm considers the vertices of an input graph G in a given order and assigns the first available color to each vertex v in G. In the Grundy Coloring problem, the task is to find an ord...
详细信息
A connected graph has a (k,)-cover if each of its edges is contained in at least cliques of order k. Motivated by recent advances in extremal combinatorics and the literature on edge modification problems, we study th...
详细信息
graph code is a linear code obtained from linear codes C and a certain bipartite graph G. In this paper, I propose an expansion of the definition of graph code to general -partite, and give its lower bound of minimum ...
详细信息
暂无评论