中文
相关论文

相关论文: A Deterministic Approximation Algorithm for Comput…

200 篇论文

In the unsplittable flow problem on a path, we are given a capacitated path $P$ and $n$ tasks, each task having a demand, a profit, and start and end vertices. The goal is to compute a maximum profit set of tasks, such that for each edge…

数据结构与算法 · 计算机科学 2015-03-19 Paul Bonsma , Jens Schulz , Andreas Wiese

We present a randomized approximation algorithm for computing traveling salesperson tours in undirected regular graphs. Given an $n$-vertex, $k$-regular graph, the algorithm computes a tour of length at most $\left(1+\frac{7}{\ln…

数据结构与算法 · 计算机科学 2014-06-16 Ashish Chiplunkar , Sundar Vishwanathan

We develop new approximation algorithms for classical graph and set problems in the RAM model under space constraints. As one of our main results, we devise an algorithm for d-Hitting Set that runs in time n^{O(d^2 + d/\epsilon})}, uses…

数据结构与算法 · 计算机科学 2021-02-23 Arindam Biswas , Venkatesh Raman , Saket Saurabh

We describe approximation algorithms in Linial's classic LOCAL model of distributed computing to find maximum-weight matchings in a hypergraph of rank $r$. Our main result is a deterministic algorithm to generate a matching which is an…

数据结构与算法 · 计算机科学 2023-10-13 David G. Harris

With few exceptions (namely, algorithms for maximal matching, $2$-approximate vertex cover, and certain constant-stretch spanners), all known fully dynamic algorithms in general graphs require (amortized) $\Omega(\log n)$ update/query time.…

数据结构与算法 · 计算机科学 2019-07-11 Monika Henzinger , Pan Peng

The best deterministic unconditionally proven integer factorization algorithms have exponential running time complexities of O(N^(1/4)) arithmetic operations, and conditional on the Riemann hypothesis, there is a deterministic algorithm of…

数论 · 数学 2007-07-31 N. A. Carella

Vizing's theorem states that every graph $G$ of maximum degree $\Delta$ can be properly edge-colored using $\Delta + 1$ colors. The fastest currently known $(\Delta+1)$-edge-coloring algorithm for general graphs is due to Sinnamon and runs…

数据结构与算法 · 计算机科学 2025-08-06 Anton Bernshteyn , Abhishek Dhawan

We introduce the notion of matrices graph, defining continued fraction algorithms where the past and the future are almost independent. We provide an algorithm to convert more general algorithms into matrices graphs. We present an algorithm…

动力系统 · 数学 2023-11-17 Paul Mercat

We construct a quantum-inspired classical algorithm for computing the permanent of Hermitian positive semidefinite matrices, by exploiting a connection between these mathematical structures and the boson sampling model. Specifically, the…

量子物理 · 物理学 2017-09-01 L. Chakhmakhchyan , N. J. Cerf , R. Garcia-Patron

In the decremental single-source shortest paths (SSSP) problem, the input is an undirected graph $G=(V,E)$ with $n$ vertices and $m$ edges undergoing edge deletions, together with a fixed source vertex $s\in V$. The goal is to maintain a…

数据结构与算法 · 计算机科学 2020-09-21 Julia Chuzhoy , Thatchaphol Saranurak

In this paper, we present a polynomial-time algorithm that approximates sufficiently high-value Max 2-CSPs on sufficiently dense graphs to within $O(N^{\varepsilon})$ approximation ratio for any constant $\varepsilon > 0$. Using this…

数据结构与算法 · 计算机科学 2015-07-31 Pasin Manurangsi , Dana Moshkovitz

We first show that the Traveling Salesman Problem in an n-vertex graph with average degree bounded by d can be solved in O*(2^{(1-\eps_d)n}) time and exponential space for a constant \eps_d depending only on d, where the O*-notation…

数据结构与算法 · 计算机科学 2013-02-18 Marek Cygan , Marcin Pilipczuk

Motivated by the recent developments on the complexity of non-com\-mu\-ta\-tive determinant and permanent [Chien et al.\ STOC 2011, Bl\"aser ICALP 2013, Gentry CCC 2014] we attempt at obtaining a tight characterization of hard instances of…

计算复杂性 · 计算机科学 2015-08-11 Christian Engels , B. V. Raghavendra Rao

We present deterministic distributed algorithms for computing approximate maximum cardinality matchings and approximate maximum weight matchings. Our algorithm for the unweighted case computes a matching whose size is at least $(1-\eps)$…

分布式、并行与集群计算 · 计算机科学 2014-11-12 Guy Even , Moti Medina , Dana Ron

We show that a formalism proposed by Creutz to evaluate Grassmann integrals provides an algorithm of complexity $O(2^n n^3)$ to compute the generating function for the sum of the permanental minors of a matrix of order $n$. This algorithm…

高能物理 - 格点 · 物理学 2016-02-02 P. Butera , M. Pernici

Computing the permanent of a non-negative matrix is a computationally challenging, \#P-complete problem with wide-ranging applications. We introduce a novel permanental analogue of Schur's determinant formula, leveraging a newly defined…

离散数学 · 计算机科学 2025-09-11 Aditi Laddha , Madhusudhan Reddy Pittu

We show that there is a polynomial space algorithm that counts the number of perfect matchings in an $n$-vertex graph in $O^*(2^{n/2})\subset O(1.415^n)$ time. ($O^*(f(n))$ suppresses functions polylogarithmic in $f(n)$).The previously…

数据结构与算法 · 计算机科学 2011-10-17 Andreas Björklund

We present a randomized algorithm for estimating the permanent of an $M \times M$ real matrix $A$ up to an additive error. We do this by viewing the permanent $\mathrm{perm}(A)$ of $A$ as the expectation of a product of centered joint…

概率论 · 数学 2024-02-15 Tantrik Mukerji , Wei-Shih Yang

For every constant $d \geq 3$ and $\epsilon > 0$, we give a deterministic $\mathrm{poly}(n)$-time algorithm that outputs a $d$-regular graph on $\Theta(n)$ vertices that is $\epsilon$-near-Ramanujan; i.e., its eigenvalues are bounded in…

数据结构与算法 · 计算机科学 2022-11-29 Sidhanth Mohanty , Ryan O'Donnell , Pedro Paredes

We show that there is a deterministic local algorithm (constant-time distributed graph algorithm) that finds a 5-approximation of a minimum dominating set on outerplanar graphs. We show there is no such algorithm that finds a…

分布式、并行与集群计算 · 计算机科学 2022-11-22 Marthe Bonamy , Linda Cook , Carla Groenland , Alexandra Wesolek