Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
97 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
44 tokens/sec
o3 Pro
5 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Finding the Minimum-Weight k-Path (1307.2415v1)

Published 9 Jul 2013 in cs.DS

Abstract: Given a weighted $n$-vertex graph $G$ with integer edge-weights taken from a range $[-M,M]$, we show that the minimum-weight simple path visiting $k$ vertices can be found in time $\tilde{O}(2k \poly(k) M n\omega) = O*(2k M)$. If the weights are reals in $[1,M]$, we provide a $(1+\varepsilon)$-approximation which has a running time of $\tilde{O}(2k \poly(k) n\omega(\log\log M + 1/\varepsilon))$. For the more general problem of $k$-tree, in which we wish to find a minimum-weight copy of a $k$-node tree $T$ in a given weighted graph $G$, under the same restrictions on edge weights respectively, we give an exact solution of running time $\tilde{O}(2k \poly(k) M n3) $ and a $(1+\varepsilon)$-approximate solution of running time $\tilde{O}(2k \poly(k) n3(\log\log M + 1/\varepsilon))$. All of the above algorithms are randomized with a polynomially-small error probability.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (4)
  1. Avinatan Hassidim (66 papers)
  2. Orgad Keller (9 papers)
  3. Moshe Lewenstein (19 papers)
  4. Liam Roditty (25 papers)
Citations (2)

Summary

We haven't generated a summary for this paper yet.