中文
相关论文

相关论文: Distance and routing labeling schemes for cube-fre…

200 篇论文

A distance labeling scheme is an assignments of labels, that is binary strings, to all nodes of a graph, so that the distance between any two nodes can be computed from their labels and the labels are as short as possible. A major open…

数据结构与算法 · 计算机科学 2016-11-22 Paweł Gawrychowski , Przemysław Uznański

$k$-Approximate distance labeling schemes are schemes that label the vertices of a graph with short labels in such a way that the $k$-approximation of the distance between any two vertices $u$ and $v$ can be determined efficiently by merely…

组合数学 · 数学 2022-03-15 Victor Chepoi , Arnaud Labourel , Sébastien Ratel

A distance labeling scheme labels the $n$ nodes of a graph with binary strings such that, given the labels of any two nodes, one can determine the distance in the graph between the two nodes by looking only at the labels. A $D$-preserving…

数据结构与算法 · 计算机科学 2016-09-09 Stephen Alstrup , Søren Dahlgaard , Mathias Bæk Tejs Knudsen , Ely Porat

A distance labeling scheme is an assignment of bit-labels to the vertices of an undirected, unweighted graph such that the distance between any pair of vertices can be decoded solely from their labels. An important class of distance…

数据结构与算法 · 计算机科学 2019-06-25 Adrian Kosowski , Przemysław Uznański , Laurent Viennot

A distance labeling scheme is an assignment of bit-labels to the vertices of an undirected, unweighted graph such that the distance between any pair of vertices can be decoded solely from their labels. We propose a series of new labeling…

数据结构与算法 · 计算机科学 2016-07-21 Paweł Gawrychowski , Adrian Kosowski , Przemysław Uznański

We consider how to assign labels to any undirected graph with n nodes such that, given the labels of two nodes and no other information regarding the graph, it is possible to determine the distance between the two nodes. The challenge in…

数据结构与算法 · 计算机科学 2015-04-20 Stephen Alstrup , Cyril Gavoille , Esben Bistrup Halvorsen , Holger Petersen

For an arbitrary finite family of graphs, the distance labeling problem asks to assign labels to all nodes of every graph in the family in a way that allows one to recover the distance between any two nodes of any graph from their labels.…

组合数学 · 数学 2023-08-30 Arseny M. Shur , Mikhail Rubinchik

We consider labeling nodes of a directed graph for reachability queries. A reachability labeling scheme for such a graph assigns a binary string, called a label, to each node. Then, given the labels of nodes $u$ and $v$ and no other…

数据结构与算法 · 计算机科学 2020-07-14 Maciej Dulęba , Paweł Gawrychowski , Wojciech Janczewski

Let $V\subset\mathbb{R}^2$ be a set of $n$ sites in the plane. The unit disk graph $DG(V)$ of $V$ is the graph with vertex set $V$ in which two sites $v$ and $w$ are adjacent if and only if their Euclidean distance is at most $1$. We…

计算几何 · 计算机科学 2020-02-26 Wolfgang Mulzer , Max Willert

A routing labeling scheme assigns a binary string, called a label, to each node in a network, and chooses a distinct port number from $\{1,\ldots,d\}$ for every edge outgoing from a node of degree $d$. Then, given the labels of $u$ and $w$…

数据结构与算法 · 计算机科学 2020-03-17 Paweł Gawrychowski , Wojciech Janczewski , Jakub Łopuszański

In fault-tolerant distance labeling we wish to assign short labels to the vertices of a graph $G$ such that from the labels of any three vertices $u,v,f$ we can infer the $u$-to-$v$ distance in the graph $G\setminus \{f\}$. We show that any…

数据结构与算法 · 计算机科学 2021-02-16 Aviv Bar-Natan , Panagiotis Charalampopoulos , Paweł Gawrychowski , Shay Mozes , Oren Weimann

A permutation graph is the intersection graph of a set of segments between two parallel lines. In other words, they are defined by a permutation $\pi$ on $n$ elements, such that $u$ and $v$ are adjacent if an only if $u<v$ but…

数据结构与算法 · 计算机科学 2024-07-18 Paweł Gawrychowski , Wojciech Janczewski

In this paper, we present a 2-local proof labeling scheme with labels in $\{ 0,1,2\}$ for leader election in anonymous meshed graphs. Meshed graphs form a general class of graphs defined by a distance condition. They comprise several…

分布式、并行与集群计算 · 计算机科学 2026-02-16 Jérémie Chalopin , Victor Chepoi , Maria Kokkou

The $\mathsf{HYBRID}$ model was introduced as a means for theoretical study of distributed networks that use various communication modes. Conceptually, it is a synchronous message passing model with a local communication mode, where in each…

分布式、并行与集群计算 · 计算机科学 2022-02-15 Fabian Kuhn , Philipp Schneider

We consider the problem of computing routing schemes in the $\mathsf{HYBRID}$ model of distributed computing where nodes have access to two fundamentally different communication modes. In this problem nodes have to compute small labels and…

分布式、并行与集群计算 · 计算机科学 2023-03-14 Sam Coy , Artur Czumaj , Christian Scheideler , Philipp Schneider , Julian Werthmann

Hub labeling schemes are popular methods for computing distances on road networks and other large complex networks, often answering to a query within a few microseconds for graphs with millions of edges. In this work, we study their…

数据结构与算法 · 计算机科学 2020-10-30 Guillaume Ducoffe

Let $G=(V,E)$ be an undirected graph with $n$ vertices and $m$ edges. We obtain the following new routing schemes: - A routing scheme for unweighted graphs that uses $\tilde O(\frac{1}{\epsilon} n^{2/3})$ space at each vertex and $\tilde…

数据结构与算法 · 计算机科学 2014-08-05 Liam Roditty , Roei Tov

An \emph{adjacency labeling scheme} for a given class of graphs is an algorithm that for every graph $G$ from the class, assigns bit strings (labels) to vertices of $G$ so that for any two vertices $u,v$, whether $u$ and $v$ are adjacent…

数据结构与算法 · 计算机科学 2020-04-20 Marthe Bonamy , Cyril Gavoille , Michal Pilipczuk

We study the problem of computing shortest path or distance between two query vertices in a graph, which has numerous important applications. Quite a number of indexes have been proposed to answer such distance queries. However, all of…

数据库 · 计算机科学 2012-11-13 Ada Wai-Chee Fu , Huanhuan Wu , James Cheng , Shumo Chu , Raymond Chi-Wing Wong

We consider distance labeling schemes for trees: given a tree with $n$ nodes, label the nodes with binary strings such that, given the labels of any two nodes, one can determine, by looking only at the labels, the distance in the tree…

数据结构与算法 · 计算机科学 2015-07-16 Stephen Alstrup , Inge Li Gørtz , Esben Bistrup Halvorsen , Ely Porat
‹ 上一页 1 2 3 10 下一页 ›