Finding the Minimum-Weight k-Path
Avinatan Hassidim, Orgad Keller, Moshe Lewenstein, Liam Roditty

TL;DR
This paper presents new algorithms for finding minimum-weight k-paths and k-trees in weighted graphs, achieving faster exact and approximate solutions with randomized methods under certain weight restrictions.
Contribution
It introduces improved randomized algorithms for minimum-weight k-path and k-tree problems with better time complexities for both exact and approximate solutions.
Findings
Exact k-path can be found in time O*(2^k M) for integer weights.
Approximate solutions run in time involving loglog M and 1/ε factors.
Exact k-tree solutions run in time O*(2^k n^3) with similar approximation enhancements.
Abstract
Given a weighted -vertex graph with integer edge-weights taken from a range , we show that the minimum-weight simple path visiting vertices can be found in time . If the weights are reals in , we provide a -approximation which has a running time of . For the more general problem of -tree, in which we wish to find a minimum-weight copy of a -node tree in a given weighted graph , under the same restrictions on edge weights respectively, we give an exact solution of running time and a -approximate solution of running time . All of the above algorithms are randomized with a polynomially-small error probability.
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
