中文
相关论文

相关论文: Deterministic Incremental APSP with Polylogarithmi…

200 篇论文

We study the fully dynamic All-Pairs Shortest Paths (APSP) problem in undirected edge-weighted graphs. Given an $n$-vertex graph $G$ with non-negative edge lengths, that undergoes an online sequence of edge insertions and deletions, the…

数据结构与算法 · 计算机科学 2023-04-20 Julia Chuzhoy , Ruimin Zhang

In this paper, we show new data structures maintaining approximate shortest paths in sparse directed graphs with polynomially bounded non-negative edge weights under edge insertions. We give more efficient incremental…

数据结构与算法 · 计算机科学 2025-02-17 Adam Górkiewicz , Adam Karczmarz

Given a directed graph $G = (V,E)$, undergoing an online sequence of edge deletions with $m$ edges in the initial version of $G$ and $n = |V|$, we consider the problem of maintaining all-pairs shortest paths (APSP) in $G$. Whilst this…

数据结构与算法 · 计算机科学 2020-10-05 Jacob Evald , Viktor Fredslund-Hansen , Maximilian Probst Gutenberg , Christian Wulff-Nilsen

Given a dynamic digraph $G = (V,E)$ undergoing edge deletions and given $s\in V$ and $\epsilon>0$, we consider the problem of maintaining $(1+\epsilon)$-approximate shortest path distances from $s$ to all vertices in $G$ over the sequence…

数据结构与算法 · 计算机科学 2020-01-30 Maximilian Probst Gutenberg , Christian Wulff-Nilsen

Given a dynamic graph subject to insertions and deletions of edges, a natural question is whether the graph presently admits a planar embedding. We give a deterministic fully-dynamic algorithm for general graphs, running in amortized…

数据结构与算法 · 计算机科学 2019-12-11 Jacob Holm , Eva Rotenberg

We give a fully dynamic deterministic algorithm for maintaining a maximal matching of an $n$-vertex graph in $\tilde{O}(n^{8/9})$ amortized update time. This breaks the long-standing $\Omega(n)$-update-time barrier on dense graphs,…

数据结构与算法 · 计算机科学 2025-09-01 Aaron Bernstein , Sayan Bhattacharya , Peter Kiss , Thatchaphol Saranurak

We study the decremental All-Pairs Shortest Paths (APSP) problem in undirected edge-weighted graphs. The input to the problem is an $n$-vertex $m$-edge graph $G$ with non-negative edge lengths, that undergoes a sequence of edge deletions.…

数据结构与算法 · 计算机科学 2021-09-14 Julia Chuzhoy

Given a directed weighted graph $G=(V,E)$ undergoing vertex insertions \emph{and} deletions, the All-Pairs Shortest Paths (APSP) problem asks to maintain a data structure that processes updates efficiently and returns after each update the…

数据结构与算法 · 计算机科学 2020-02-20 Maximilian Probst Gutenberg , Christian Wulff-Nilsen

We consider the problem of maintaining a $(1-\epsilon)$-approximation to the densest subgraph (DSG) in an undirected multigraph as it undergoes edge insertions and deletions (the fully dynamic setting). Sawlani and Wang [SW20] developed a…

数据结构与算法 · 计算机科学 2022-10-07 Chandra Chekuri , Kent Quanrud

In this paper, we develop deterministic fully dynamic algorithms for computing approximate distances in a graph with worst-case update time guarantees. In particular, we obtain improved dynamic algorithms that, given an unweighted and…

数据结构与算法 · 计算机科学 2022-09-09 Jan van den Brand , Sebastian Forster , Yasamin Nazari

Maintaining maximal independent set in dynamic graph is a fundamental open problem in graph theory and the first sublinear time deterministic algorithm was came up by Assadi, Onak, Schieber and Solomon(STOC'18), which achieves $O(m^{3/4})$…

数据结构与算法 · 计算机科学 2018-04-25 Yuhao Du , Hengjie Zhang

We provide new tradeoffs between approximation and running time for the decremental all-pairs shortest paths (APSP) problem. For undirected graphs with $m$ edges and $n$ nodes undergoing edge deletions, we provide four new approximate…

数据结构与算法 · 计算机科学 2024-04-30 Michal Dory , Sebastian Forster , Yasamin Nazari , Tijn de Vos

We present two deterministic dynamic algorithms for the maximum matching problem. (1) An algorithm that maintains a $(2+\epsilon)$-approximate maximum matching in general graphs with $O(\text{poly}(\log n, 1/\epsilon))$ update time. (2) An…

数据结构与算法 · 计算机科学 2016-04-21 Sayan Bhattacharya , Monika Henzinger , Danupon Nanongkai

In the decremental single-source shortest paths (SSSP) problem, the input is an undirected graph $G=(V,E)$ with $n$ vertices and $m$ edges undergoing edge deletions, together with a fixed source vertex $s\in V$. The goal is to maintain a…

数据结构与算法 · 计算机科学 2020-09-21 Julia Chuzhoy , Thatchaphol Saranurak

We present the first non-trivial fully dynamic algorithm maintaining exact single-source distances in unweighted graphs. This resolves an open problem stated by Sankowski [COCOON 2005] and van den Brand and Nanongkai [FOCS 2019]. Previous…

数据结构与算法 · 计算机科学 2023-09-29 Jan van den Brand , Adam Karczmarz

We design a randomized data structure that, for a fully dynamic graph $G$ updated by edge insertions and deletions and integers $k, d$ fixed upon initialization, maintains the answer to the Split Completion problem: whether one can add $k$…

数据结构与算法 · 计算机科学 2024-02-15 Konrad Majewski , Michał Pilipczuk , Anna Zych-Pawlewicz

We give new deterministic bounds for fully-dynamic graph connectivity. Our data structure supports updates (edge insertions/deletions) in $O(\log^2n/\log\log n)$ amortized time and connectivity queries in $O(\log n/\log\log n)$ worst-case…

数据结构与算法 · 计算机科学 2012-09-26 Christian Wulff-Nilsen

In this paper we consider the decremental single-source shortest paths (SSSP) problem, where given a graph $G$ and a source node $s$ the goal is to maintain shortest distances between $s$ and all other nodes in $G$ under a sequence of…

数据结构与算法 · 计算机科学 2017-05-30 Aaron Bernstein

Whether a graph $G=(V,E)$ is connected is arguably its most fundamental property. Naturally, connectivity was the first characteristic studied for dynamic graphs, i.e. graphs that undergo edge insertions and deletions. While connectivity…

数据结构与算法 · 计算机科学 2025-10-10 Simon Meierhans , Maximilian Probst Gutenberg

We consider the directed minimum weight cycle problem in the fully dynamic setting. To the best of our knowledge, so far no fully dynamic algorithms have been designed specifically for the minimum weight cycle problem in general digraphs.…

数据结构与算法 · 计算机科学 2021-06-23 Adam Karczmarz
‹ 上一页 1 2 3 10 下一页 ›