中文
相关论文

相关论文: On an Algorithm of Frieze

200 篇论文

The theory of fuzzy mathematics has been proven very effective for defining and solving optimization problems. Fuzzy quadratic programming (FQP) is a consequence of this approach. In this paper, an algorithm has been proposed to solve FQP…

综合数学 · 数学 2022-07-25 Sajal Chakroborty

The distance transform algorithm is popular in computer vision and machine learning domains. It is used to minimize quadratic functions over a grid of points. Felzenszwalb and Huttenlocher (2004) describe an O(N) algorithm for computing the…

计算几何 · 计算机科学 2019-08-06 Mihir Sahasrabudhe , Siddhartha Chandra

We present a new deterministic algorithm for the sparse Fourier transform problem, in which we seek to identify k << N significant Fourier coefficients from a signal of bandwidth N. Previous deterministic algorithms exhibit quadratic…

数值分析 · 数学 2012-07-27 David Lawlor , Yang Wang , Andrew Christlieb

A modified dynamic programming algorithm rapidly and accurately solves large 0/1 knapsack problems. It has computational O(nlogn), space O(nlogn) and predictable maximum error. Experimentally it's accuracy increases faster than linearly…

数据结构与算法 · 计算机科学 2025-12-30 Nick Dawes

A mathematical characterization of serially-pruned permutations (SPPs) employed in variable-length permuters and their associated fast pruning algorithms and architectures are proposed. Permuters are used in many signal processing systems…

信息论 · 计算机科学 2014-10-21 Mohammad M. Mansour

A New Number Theoretic Transform(NTT), which is a form of FFT, is introduced, that is faster than FFTs. Also, a multiplication algorithm is introduced that uses this to perform integer multiplication faster than O(n log n). It uses…

数据结构与算法 · 计算机科学 2019-12-12 Matt Groff

Fermat's well-known factorization algorithm is based on finding a representation of natural numbers $N$ as the difference of squares. In 1895, Lawrence generalized this idea and applied it to multiples $kN$ of the original number. A…

数论 · 数学 2021-05-28 Markus Hittmeir

Estimating the p-th frequency moment of data stream is a very heavily studied problem. The problem is actually trivial when p = 1, assuming the strict Turnstile model. The sample complexity of our proposed algorithm is essentially O(1) near…

数据结构与算法 · 计算机科学 2015-03-14 Ping Li

We explore various techniques to compress a permutation $\pi$ over n integers, taking advantage of ordered subsequences in $\pi$, while supporting its application $\pi$(i) and the application of its inverse $\pi^{-1}(i)$ in small time. Our…

数据结构与算法 · 计算机科学 2009-02-09 Jérémy Barbay , Gonzalo Navarro

The Bin Packing Problem is one of the most important optimization problems. In recent years, due to its NP-hard nature, several approximation algorithms have been presented. It is proved that the best algorithm for the Bin Packing Problem…

数据结构与算法 · 计算机科学 2015-08-07 Abdolahad Noori Zehmakan

It is well known that ordinary persistence on graphs can be computed more efficiently than the general persistence. Recently, it has been shown that zigzag persistence on graphs also exhibits similar behavior. Motivated by these results, we…

计算几何 · 计算机科学 2023-05-12 Tamal K. Dey , Tao Hou , Salman Parsa

To analyze the worst-case running time of branching algorithms, the majority of work in exponential time algorithms focuses on designing complicated branching rules over developing better analysis methods for simple algorithms. In the…

数据结构与算法 · 计算机科学 2024-07-02 Katie Clinch , Serge Gaspers , Zixu He , Abdallah Saffidine , Tiankuang Zhang

We study the problem of scheduling a set of jobs with release dates, deadlines and processing requirements (or works), on parallel speed-scaled processors so as to minimize the total energy consumption. We consider that both preemption and…

数据结构与算法 · 计算机科学 2011-07-13 Eric Angel , Evripidis Bampis , Fadi Kacem , Dimitrios Letsios

Min-plus product of two $n\times n$ matrices is a fundamental problem in algorithm research. It is known to be equivalent to APSP, and in general it has no truly subcubic algorithms. In this paper, we focus on the min-plus product on a…

数据结构与算法 · 计算机科学 2022-02-03 Shucheng Chi , Ran Duan , Tianle Xie

Previous compact representations of permutations have focused on adding a small index on top of the plain data $<\pi(1), \pi(2),...\pi(n)>$, in order to efficiently support the application of the inverse or the iterated permutation. In this…

数据结构与算法 · 计算机科学 2011-08-23 Jérémy Barbay , Gonzalo Navarro

We show that $n$-bit integers can be factorized by independently running a quantum circuit with $\tilde{O}(n^{3/2})$ gates for $\sqrt{n}+4$ times, and then using polynomial-time classical post-processing. The correctness of the algorithm…

量子物理 · 物理学 2024-01-09 Oded Regev

The FFT algorithm that implements the discrete Fourier transform is considered one of the top ten algorithms of the $20$th century. Its main strengths are the low computational cost of $\mathcal{O}(n \log n$) and its stability. It is one of…

数值分析 · 数学 2017-06-15 Matteo Briani , Annie Cuyt , Wen-shin Lee

This paper describes a new median algorithm and a median approximation algorithm. The former has O(n) average running time and the latter has O(n) worst-case running time. These algorithms are highly competitive with the standard algorithm…

统计计算 · 统计学 2009-05-12 Ryan J. Tibshirani

We consider the algorithm by Ferson et al. (Reliable computing 11(3), p. 207-233, 2005) designed for solving the NP-hard problem of computing the maximal sample variance over interval data, motivated by robust statistics (in fact, the…

最优化与控制 · 数学 2022-07-28 Miroslav Rada , Michal Černý , Ondřej Sokol

We develop faster approximation algorithms for Metric-TSP building on recent, nearly linear time approximation schemes for the LP relaxation [Chekuri and Quanrud, 2017]. We show that the LP solution can be sparsified via cut-sparsification…

数据结构与算法 · 计算机科学 2018-02-06 Chandra Chekuri , Kent Quanrud