Purely Combinatorial Algorithms for Approximate Directed Minimum Degree Spanning Trees

July 17, 2017 Β· Declared Dead Β· + Add venue

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Ran Duan, Tianyi Zhang arXiv ID 1707.05123 Category cs.DS: Data Structures & Algorithms Citations 0 Last Checked 5 months ago
Abstract
Given a directed graph $G$ on $n$ vertices with a special vertex $s$, the directed minimum degree spanning tree problem requires computing a incoming spanning tree rooted at $s$ whose maximum tree in-degree is the smallest among all such trees. The problem is known to be NP-hard, since it generalizes the Hamiltonian path problem. The best LP-based polynomial time algorithm can achieve an approximation of $Ξ”^*+2$ [Bansal et al, 2009], where $Ξ”^*$ denotes the optimal maximum tree in-degree. As for purely combinatorial algorithms (algorithms that do not use LP), the best approximation is $O(Ξ”^*+\log n)$ [Krishnan and Raghavachari, 2001] but the running time is quasi-polynomial. In this paper, we focus on purely combinatorial algorithms and try to bridge the gap between LP-based approaches and purely combinatorial approaches. As a result, we propose a purely combinatorial polynomial time algorithm that also achieves an $O(Ξ”^* + \log n)$ approximation. Then we improve this algorithm to obtain a $(1+Ξ΅)Ξ”^* + O(\frac{\log n}{\log\log n})$ for any constant $0<Ξ΅<1$ approximation in polynomial time.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted