Single source shortest paths in $H$-minor free graphs
Raphael Yuster

TL;DR
This paper introduces a faster algorithm for solving the Single Source Shortest Paths problem in $H$-minor free graphs, improving previous time bounds and efficiently computing shortest paths or certifying non-$H$-minor freeness.
Contribution
It presents a new algorithm with improved runtime for SSSP in $H$-minor free graphs, advancing the state-of-the-art in graph algorithms.
Findings
Achieves a runtime of approximately O(n^{1.392} log L) for fixed $H$.
Provides shortest paths or certifies non-$H$-minor freeness.
Improves upon the previous O(n^{1.5} log L) algorithm.
Abstract
We present an algorithm for the Single Source Shortest Paths (SSSP) problem in \emph{-minor free} graphs. For every fixed , if is a graph with vertices having integer edge lengths and is a designated source vertex of , the algorithm runs in time, where is the absolute value of the smallest edge length. The algorithm computes shortest paths and the distances from to all vertices of the graph, or else provides a certificate that is not -minor free. Our result improves an earlier time algorithm for this problem, which follows from a general SSSP algorithm of Goldberg.
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.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
