中文
相关论文

相关论文: Distributed Strong Diameter Network Decomposition

200 篇论文

We develop a framework for graph sparsification and sketching, based on a new tool, short cycle decomposition -- a decomposition of an unweighted graph into an edge-disjoint collection of short cycles, plus few extra edges. A simple…

数据结构与算法 · 计算机科学 2018-05-31 Timothy Chu , Yu Gao , Richard Peng , Sushant Sachdeva , Saurabh Sawlani , Junxing Wang

We present a new and surprisingly simple analysis of random-shift decompositions -- originally proposed by Miller, Peng, and Xu [SPAA'13]: We show that decompositions for exponentially growing scales $D = 2^0, 2^1, \ldots,…

数据结构与算法 · 计算机科学 2025-10-13 Rasmus Kyng , Maximilian Probst Gutenberg , Tim Rieder

Twin nodes in a static network capture the idea of being substitutes for each other for maintaining paths of the same length anywhere in the network. In dynamic networks, we model twin nodes over a time-bounded interval, noted…

数据结构与算法 · 计算机科学 2024-04-29 Lina Azerouk , Binh-Minh Bui-Xuan , Camille Palisoc , Maria Potop-Butucaru , Massinissa Tighilt

Low Diameter Decompositions (LDDs) are invaluable tools in the design of combinatorial graph algorithms. While historically they have been applied mainly to undirected graphs, in the recent breakthrough for the negative-length Single Source…

数据结构与算法 · 计算机科学 2025-02-11 Karl Bringmann , Nick Fischer , Bernhard Haeupler , Rustam Latypov

The diameter of a graph is one if its most important parameters, being used in many real-word applications. In particular, the diameter dictates how fast information can spread throughout data and communication networks. Thus, it is a…

数据结构与算法 · 计算机科学 2019-02-21 Keerti Choudhary , Omer Gold

Graph coloring is fundamental to distributed computing. We give the first sub-logarithmic distributed algorithm for coloring cluster graphs. These graphs are obtained from the underlying communication network by contracting nodes and edges,…

分布式、并行与集群计算 · 计算机科学 2025-06-17 Maxime Flin , Magnus M. Halldorsson , Alexandre Nolin

Given a directed graph $G$ and integers $k$ and $l$, a D-core is the maximal subgraph $H \subseteq G$ such that for every vertex of $H$, its in-degree and out-degree are no smaller than $k$ and $l$, respectively. For a directed graph $G$,…

数据库 · 计算机科学 2022-02-15 Xuankun Liao , Qing Liu , Jiaxin Jiang , Xin Huang , Jianliang Xu , Byron Choi

We consider the problem of constructing a communication infrastructure from scratch, for a collection of identical wireless nodes. Combinatorially, this means a) finding a set of links that form a strongly connected spanning graph on a set…

网络与互联网体系结构 · 计算机科学 2012-10-17 Magnus M. Halldorsson , Pradipta Mitra

We present a novel space-efficient graph coarsening technique for $n$-vertex planar graphs $G$, called cloud partition, which partitions the vertices $V(G)$ into disjoint sets $C$ of size $O(\log n)$ such that each $C$ induces a connected…

数据结构与算法 · 计算机科学 2024-06-19 Nina Hammer , Frank Kammer , Johannes Meintrup

We study the problem of efficiently answering strong connectivity queries under two vertex failures. Given a directed graph $G$ with $n$ vertices, we provide a data structure with $O(nh)$ space and $O(h)$ query time, where $h$ is the height…

数据结构与算法 · 计算机科学 2023-12-05 Loukas Georgiadis , Evangelos Kosinas , Daniel Tsokaktsis

Let $G$ be a directed graph. A \textit{$2$-directed block} in $G$ is a maximal vertex set $C^{2d}\subseteq V$ with $|C^{2d}|\geq 2$ such that for each pair of distinct vertices $x,y \in C^{2d}$, there exist two vertex-disjoint paths from…

数据结构与算法 · 计算机科学 2014-07-24 Raed Jaberi

A subset of vertices $S$ of a graph $G$ is a dominating set if every vertex in $V \setminus S$ has at least one neighbor in $S$. A domatic partition is a partition of the vertices of a graph $G$ into disjoint dominating sets. The domatic…

组合数学 · 数学 2024-07-02 Saeid Alikhani , Davood Bakhshesh , Nima Ghanbari

This paper studies the problem of designing networks that are strong structurally controllable, and robust simultaneously. For given network specifications, including the number of nodes $N$, the number of leaders $N_L$, and diameter $D$,…

系统与控制 · 电气工程与系统科学 2023-03-13 Priyanshkumar I. Patel , Johir Suresh , Waseem Abbas

Decomposing hypergraphs is a key task in hypergraph analysis with broad applications in community detection, pattern discovery, and task scheduling. Existing approaches such as $k$-core and neighbor-$k$-core rely on vertex degree…

社会与信息网络 · 计算机科学 2026-04-10 Xiaoyu Leng , Hongchao Qin , Rong-Hua Li

We present improved algorithms for short cycle decomposition of a graph. Short cycle decompositions were introduced in the recent work of Chu et al, and were used to make progress on several questions in graph sparsification. For all…

数据结构与算法 · 计算机科学 2019-01-15 Yang P. Liu , Sushant Sachdeva , Zejun Yu

We study the $F$-decomposition threshold $\delta_F$ for a given graph $F$. Here an $F$-decomposition of a graph $G$ is a collection of edge-disjoint copies of $F$ in $G$ which together cover every edge of $G$. (Such an $F$-decomposition can…

组合数学 · 数学 2019-03-14 Stefan Glock , Daniela Kühn , Allan Lo , Richard Montgomery , Deryk Osthus

A directed graph $D$ is semicomplete if for every pair $x,y$ of vertices of $D,$ there is at least one arc between $x$ and $y.$ \viol{Thus, a tournament is a semicomplete digraph.} In the Directed Component Order Connectivity (DCOC)…

数据结构与算法 · 计算机科学 2020-07-20 J. Bang-Jensen , E. Eiben , G. Gutin , M. Wahlstrom , A. Yeo

The component size of a graph is the maximum number of edges in any connected component of the graph. Given a graph $G$ and two integers $k$ and $c$, $(k,c)$-Decomposition is the problem of deciding whether $G$ admits an edge partition into…

计算复杂性 · 计算机科学 2021-10-05 Rain Jiang , Kai Jiang , Minghui Jiang

Given a distributed network represented by a weighted undirected graph $G=(V,E)$ on $n$ vertices, and a parameter $k$, we devise a distributed algorithm that computes a routing scheme in $(n^{1/2+1/k}+D)\cdot n^{o(1)}$ rounds, where $D$ is…

分布式、并行与集群计算 · 计算机科学 2016-11-22 Michael Elkin , Ofer Neiman

Motivated by longstanding conjectures regarding decompositions of graphs into paths and cycles, we prove the following optimal decomposition results for random graphs. Let $0<p<1$ be constant and let $G\sim G_{n,p}$. Let $odd(G)$ be the…

组合数学 · 数学 2016-06-21 Stefan Glock , Daniela Kühn , Deryk Osthus