Dynamic Detours
Daniel Dadush, Micha{\l} Pilipczuk, Amadeus Reinald, Marek Soko{\l}owski, Micha{\l} W{\l}odarczyk

TL;DR
This paper introduces dynamic data structures for efficiently answering path length and parity queries in fully dynamic graphs, with complexities depending on a parameter k.
Contribution
It presents novel data structures that handle long path and parity queries with amortized time bounds, contrasting with lower bounds for short paths.
Findings
Supports queries for long paths of length at least k with sublinear amortized time.
Handles parity path queries efficiently in dynamic graphs.
Contrasts with lower bounds for short path reporting, especially for paths of length at most two.
Abstract
Fix a parameter . We give dynamic data structures that for a fully dynamic undirected graph , updated over time by edge insertions and edge deletions, can answer the following queries: - Long -path: Given , is there a path from to of length at least ? - Long -detour: Given , is there a path from to of length at least ? - Even/odd -path: Given , is there a path from to of even/odd length? The amortized time of executing an update or answering a query is in the first two cases, and in the last, where is the number of vertices of . The first result is in sharp contrast with known conditional lower bounds for reporting paths of length at most . Specifically, there is no…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
