中文
相关论文

相关论文: When Crossings Count - Approximating the Minimum S…

200 篇论文

In the length-constrained minimum spanning tree (MST) problem, we are given an $n$-node edge-weighted graph $G$ and a length constraint $h \geq 1$. Our goal is to find a spanning tree of $G$ whose diameter is at most $h$ with minimum…

数据结构与算法 · 计算机科学 2025-06-17 D Ellis Hershkowitz , Richard Z Huang

We significantly improve known time bounds for solving the minimum cut problem on undirected graphs. We use a ``semi-duality'' between minimum cuts and maximum spanning tree packings combined with our previously developed random sampling…

数据结构与算法 · 计算机科学 2007-05-23 David R. Karger

Solomon and Elkin constructed a shortcutting scheme for weighted trees which results in a 1-spanner for the tree metric induced by the input tree. The spanner has logarithmic lightness, logarithmic diameter, a linear number of edges and…

计算几何 · 计算机科学 2021-09-22 Milutin Brankovic , Joachim Gudmundsson , André van Renssen

We study the minimum spanning tree (MST) problem in the massively parallel computation (MPC) model. Our focus is particularly on the *strictly sublinear* regime of MPC where the space per machine is $O(n^\delta)$. Here $n$ is the number of…

数据结构与算法 · 计算机科学 2025-10-10 Amir Azarmehr , Soheil Behnezhad , Rajesh Jayaram , Jakub Łącki , Vahab Mirrokni , Peilin Zhong

We study the following two maximization problems related to spanning trees in the Euclidean plane. It is not known whether or not these problems are NP-hard. We present approximation algorithms with better approximation ratios for both…

计算几何 · 计算机科学 2020-10-09 Ahmad Biniaz

We consider the design of sublinear space and query complexity algorithms for estimating the cost of a minimum spanning tree (MST) and the cost of a minimum traveling salesman (TSP) tour in a metric on $n$ points. We first consider the…

数据结构与算法 · 计算机科学 2023-05-04 Yu Chen , Sanjeev Khanna , Zihan Tan

This paper presents a distributed O(1)-approximation algorithm, with expected-$O(\log \log n)$ running time, in the $\mathcal{CONGEST}$ model for the metric facility location problem on a size-$n$ clique network. Though metric facility…

分布式、并行与集群计算 · 计算机科学 2013-08-13 Andrew Berns , James Hegeman , Sriram V. Pemmaraju

The Euclidean Steiner tree problem asks to find a min-cost metric graph that connects a given set of \emph{terminal} points $X$ in $\mathbb{R}^d$, possibly using points not in $X$ which are called Steiner points. Even though near-linear…

计算几何 · 计算机科学 2023-12-01 T-H. Hubert Chan , Gramoz Goranci , Shaofeng H. -C. Jiang , Bo Wang , Quan Xue

The run time complexity of state-of-the-art inference algorithms in graph-based dependency parsing is super-linear in the number of input words (n). Recently, pruning algorithms for these models have shown to cut a large portion of the…

计算与语言 · 计算机科学 2016-06-09 Effi Levi , Roi Reichart , Ari Rappoport

Processing graphs with temporal information (the temporal graphs) has become increasingly important in the real world. In this paper, we study efficient solutions to temporal graph applications using new algorithms for Incremental Minimum…

数据结构与算法 · 计算机科学 2025-05-13 Xiangyun Ding , Yan Gu , Yihan Sun

We present a deterministic algorithm for computing the sensitivity of a minimum spanning tree (MST) or shortest path tree in $O(m\log\alpha(m,n))$ time, where $\alpha$ is the inverse-Ackermann function. This improves upon a long standing…

数据结构与算法 · 计算机科学 2014-07-09 Seth Pettie

Internal measures that are used to assess the quality of a clustering usually take into account intra-group and/or inter-group criteria. There are many papers in the literature that propose algorithms with provable approximation guarantees…

机器学习 · 计算机科学 2024-01-17 Eduardo S. Laber , Lucas Murtinho

Minimum spanning trees are important tools in the analysis and design of networks. Many practical applications require their computation, ranging from biology and linguistics to economy and telecommunications. The set of cycles of a network…

离散数学 · 计算机科学 2024-04-29 Manuel Dubinsky , Kun-Mao Chao , César Massri , Gabriel Taubin

We present approximation algorithms for the following NP-hard optimization problems related to bottleneck spanning trees in metric spaces. 1. The disjoint bottleneck spanning tree problem: Given $n$ pairs of points in a metric space, find…

计算几何 · 计算机科学 2021-11-11 Ahmad Biniaz , Anil Maheshwari , Michiel Smid

We present four novel approximation algorithms for finding triangulation of minimum treewidth. Two of the algorithms improve on the running times of algorithms by Robertson and Seymour, and Becker and Geiger that approximate the optimum by…

数据结构与算法 · 计算机科学 2013-01-14 Eyal Amir

This paper presents constant-time and near-constant-time distributed algorithms for a variety of problems in the congested clique model. We show how to compute a 3-ruling set in expected $O(\log \log \log n)$ rounds and using this, we…

分布式、并行与集群计算 · 计算机科学 2018-09-12 James W. Hegeman , Sriram V. Pemmaraju , Vivek B. Sardeshmukh

We study the problem of low-stretch spanning trees in graphs of bounded width: bandwidth, cutwidth, and treewidth. We show that any simple connected graph $G$ with a linear arrangement of bandwidth $b$ can be embedded into a distribution…

数据结构与算法 · 计算机科学 2020-04-20 Glencora Borradaile , Erin Wolf Chambers , David Eppstein , William Maxwell , Amir Nayyeri

We present time-space trade-offs for computing the Euclidean minimum spanning tree of a set $S$ of $n$ point-sites in the plane. More precisely, we assume that $S$ resides in a random-access memory that can only be read. The edges of the…

计算几何 · 计算机科学 2021-02-03 Bahareh Banyassady , Luis Barba , Wolfgang Mulzer

We prove that Simulated Annealing with an appropriate cooling schedule computes arbitrarily tight constant-factor approximations to the minimum spanning tree problem in polynomial time. This result was conjectured by Wegener (2005). More…

神经与进化计算 · 计算机科学 2023-07-25 Benjamin Doerr , Amirhossein Rajabi , Carsten Witt

We provide a general framework for getting expected linear time constant factor approximations (and in many cases FPTASs) to several well-known problems in Computational Geometry, such as $k$-center clustering and farthest nearest neighbor.…

计算几何 · 计算机科学 2026-03-04 Sariel Har-Peled , Banjamin Raichel