中文
相关论文

相关论文: Minimum Mean Cycle Problem in Bidirected and Skew-…

200 篇论文

Our input is a directed graph $G = (V,E)$ on $n$ vertices and $m$ edges with a designated root vertex $r$ and a function $cost: E \rightarrow \mathbb{R}_{\geq 0}$. The problem is to maintain a min-cost arborescence in $G$ in the presence of…

数据结构与算法 · 计算机科学 2026-05-14 Dipan Dey , Telikepalli Kavitha

We consider the (exact, minimum) $k$-cut problem: given a graph and an integer $k$, delete a minimum-weight set of edges so that the remaining graph has at least $k$ connected components. This problem is a natural generalization of the…

数据结构与算法 · 计算机科学 2019-10-08 Jason Li

Given an undirected graph $G$ and an error parameter $\epsilon > 0$, the {\em graph sparsification} problem requires sampling edges in $G$ and giving the sampled edges appropriate weights to obtain a sparse graph $G_{\epsilon}$ with the…

数据结构与算法 · 计算机科学 2010-05-06 Ramesh Hariharan , Debmalya Panigrahi

We design the first subexponential-time (parameterized) algorithms for several cut and cycle-hitting problems on $H$-minor free graphs. In particular, we obtain the following results (where $k$ is the solution-size parameter). 1.…

数据结构与算法 · 计算机科学 2022-07-05 Sayan Bandyapadhyay , William Lochet , Daniel Lokshtanov , Saket Saurabh , Jie Xue

The girth of a graph is the minimum weight of all simple cycles of the graph. We study the problem of determining the girth of an n-node unweighted undirected planar graph. The first non-trivial algorithm for the problem, given by Djidjev,…

数据结构与算法 · 计算机科学 2015-02-06 Hsien-Chih Chang , Hsueh-I Lu

Given a weighted graph $G$ with $n$ vertices and $m$ edges, and a positive integer $p$, the Hamiltonian $p$-median problem consists in finding $p$ cycles of minimum total weight such that each vertex of $G$ is in exactly one cycle. We…

数据结构与算法 · 计算机科学 2022-04-28 Dilson Lucas Pereira , Michel Wan Der Maas Soares

For a directed graph $G$, let $\mathrm{mindeg}(G)$ be the minimum among in-degrees and out-degrees of all vertices of $G$. It is easy to see that $G$ contains a directed cycle of length at least $\mathrm{mindeg}(G)+1$. In this note, we show…

数据结构与算法 · 计算机科学 2025-07-08 Jadwiga Czyżewska , Marcin Pilipczuk

Say that an edge of a graph $G$ dominates itself and every other edge adjacent to it. An edge dominating set of a graph $G=(V,E)$ is a subset of edges $E' \subseteq E$ which dominates all edges of $G$. In particular, if every edge of $G$ is…

数据结构与算法 · 计算机科学 2013-03-07 Min Chih Lin , Michel J. Mizrahi , Jayme L. Szwarcfiter

We propose an $O(\log n)$-approximation algorithm for the bipartiteness ratio of undirected graphs introduced by Trevisan (SIAM Journal on Computing, vol. 41, no. 6, 2012), where $n$ is the number of vertices. Our approach extends the…

数据结构与算法 · 计算机科学 2025-11-05 Tasuku Soma , Mingquan Ye , Yuichi Yoshida

We address here spanning tree problems on a graph with binary edge weights. For a general weighted graph the minimum spanning tree is solved in super-linear running time, even when the edges of the graph are pre-sorted. A related problem,…

数据结构与算法 · 计算机科学 2024-01-17 Dorit S. Hochbaum

Given a graph and a pair of terminals $s$, $t$, the next-to-shortest path problem asks for an $s\!\to \!t$ (simple) path that is shortest among all not shortest $s\!\to \!t$ paths (if one exists). This problem was introduced in 1996, and…

数据结构与算法 · 计算机科学 2025-11-07 Kuowen Chen , Nicole Wein , Yiran Zhang

We introduce a variant of the multiway cut that we call the min-max connected multiway cut. Given a graph $G=(V,E)$ and a set $\Gamma\subseteq V$ of $t$ terminals, partition $V$ into $t$ parts such that each part is connected and contains…

数据结构与算法 · 计算机科学 2026-05-05 Hans Raj Tiwary , Petr Kolman

In this paper, we study the exact learning problem for weighted graphs, where we are given the vertex set, $V$, of a weighted graph, $G=(V,E,w)$, but we are not given $E$. The problem, which is also known as graph reconstruction, is to…

数据结构与算法 · 计算机科学 2025-11-20 Michael T. Goodrich , Songyu Liu , Ioannis Panageas

We give a deterministic algorithm for finding the minimum (weight) cut of an undirected graph on $n$ vertices and $m$ edges using $\text{polylog}(n)$ calls to any maximum flow subroutine. Using the current best deterministic maximum flow…

数据结构与算法 · 计算机科学 2022-05-31 Jason Li , Debmalya Panigrahi

We present an efficient algorithm for a problem in the interface between clustering and graph embeddings. An embedding $\varphi:G\rightarrow M$ of a graph $G$ into a 2-manifold $M$ maps the vertices in $V(G)$ to distinct points and the…

计算几何 · 计算机科学 2019-07-24 Hugo A. Akitaya , Radoslav Fulek , Csaba D. Tóth

Let C(G) denote the set of lengths of cycles in a graph G. In the first part of this paper, we study the minimum possible value of |C(G)| over all graphs G of average degree d and girth g. Erdos conjectured that |C(G)| =\Omega(d^{\lfloor…

组合数学 · 数学 2007-07-17 Benny Sudakov , Jacques Verstraete

We consider the Global Minimum Vertex-Cut problem: given an undirected vertex-weighted graph $G$, compute a minimum-weight subset of its vertices whose removal disconnects $G$. The problem is closely related to Global Minimum Edge-Cut,…

数据结构与算法 · 计算机科学 2025-06-19 Julia Chuzhoy , Ohad Trabelsi

Given an $n$-vertex pseudorandom graph $G$ and an $n$-vertex graph $H$ with maximum degree at most two, we wish to find a copy of $H$ in $G$, i.e.\ an embedding $\varphi\colon V(H)\to V(G)$ so that $\varphi(u)\varphi(v)\in E(G)$ for all…

组合数学 · 数学 2023-04-06 Jie Han , Yoshiharu Kohayakawa , Patrick Morris , Yury Person

In this paper we study the inverse eigenvector centrality problem on directed graphs: given a prescribed node centrality profile, we seek edge weights that realize it. Since this inverse problem generally admits infinitely many solutions,…

社会与信息网络 · 计算机科学 2026-02-13 Mauro Passacantando , Fabio Raciti

In the weighted (minimum) {\sf Label $s$-$t$ Cut} problem, we are given a (directed or undirected) graph $G=(V,E)$, a label set $L = \{\ell_1, \ell_2, \dots, \ell_q \}$ with positive label weights $\{w_\ell\}$, a source $s \in V$ and a sink…

数据结构与算法 · 计算机科学 2020-11-13 Peng Zhang
‹ 上一页 1 8 9 10 下一页 ›