Fully Dynamic Algorithms for Minimum Weight Cycle and Related Problems
Adam Karczmarz

TL;DR
This paper introduces new fully dynamic algorithms for the minimum weight cycle problem in directed graphs, achieving near-optimal approximate solutions and exact algorithms with improved worst-case update times.
Contribution
It presents the first specialized fully dynamic algorithms for minimum weight cycles, including a near-linear time approximate algorithm and a randomized exact algorithm with better worst-case bounds.
Findings
Deterministic $(1+)$-approximate algorithm with $ ilde{O}(m ext{log}(W)/)$ amortized update time.
Monte Carlo randomized exact algorithm with $ ilde{O}(mn^{2/3})$ worst-case update time.
Generalization of dynamic APSP to multiple-pairs shortest paths with improved update bounds.
Abstract
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. One can achieve amortized update time by simply invoking the fully dynamic APSP algorithm of Demetrescu and Italiano [J. ACM'04]. This bound, however, yields no improvement over the trivial recompute-from-scratch algorithm for sparse graphs. Our first contribution is a very simple deterministic -approximate algorithm supporting vertex updates (i.e., changing all edges incident to a specified vertex) in conditionally near-optimal amortized time for digraphs with real edge weights in . Using known techniques, the algorithm can be implemented on planar graphs and also gives some new…
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.
