Bounded indegree $k$-forests problem and a faster algorithm for directed graph augmentation

September 23, 2024 Β· 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 Pavel Arkhipov, Vladimir Kolmogorov arXiv ID 2409.14881 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM, math.CO Citations 0 Last Checked 5 months ago
Abstract
We consider two problems for a directed graph $G$, which we show to be closely related. The first one is to find $k$ edge-disjoint forests in $G$ of maximal size such that the indegree of each vertex in these forests is at most $k$. We describe a min-max characterization for this problem and show that it can be solved in $O(k Ξ΄m \log n)$ time, where $(n,m)$ is the size of $G$ and $Ξ΄$ is the difference between $k$ and the edge connectivity of the graph. The second problem is the directed edge-connectivity augmentation problem, which has been extensively studied before: find a smallest set of directed edges whose addition to the graph makes it strongly $k$-connected. We improve the complexity for this problem from $O(k Ξ΄(m+Ξ΄n)\log n)$ [Gabow, STOC 1994] to $O(k Ξ΄m \log n)$, by exploiting our solution for the first problem. A similar approach with the same complexity also works for the undirected version of the problem.
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