中文
相关论文

相关论文: Shellsort with three increments

200 篇论文

A refinement of Shor's Algorithm for determining order is introduced, which determines a divisor of the order after any one run of a quantum computer with almost absolute certainty. The information garnered from each run is accumulated to…

量子物理 · 物理学 2007-05-23 David McAnally

The present paper is concerned with a recursive algorithm as a preprocessing step to find the convex hull of $n$ random points uniformly distributed in the plane. For such a set of points, it is shown that eliminating all but $O(\log n)$ of…

数据结构与算法 · 计算机科学 2024-03-19 Mohammad Heydari , Ashkan Khalifeh

A run in a string is a maximal periodic substring. For example, the string $\texttt{bananatree}$ contains the runs $\texttt{anana} = (\texttt{an})^{3/2}$ and $\texttt{ee} = \texttt{e}^2$. There are less than $n$ runs in any length-$n$…

数据结构与算法 · 计算机科学 2021-02-18 Jonas Ellert , Johannes Fischer

In this work, we improved the analysis of the running time of SparseGPT [Frantar, Alistarh ICML 2023] from $O(d^{3})$ to $O(d^{\omega} + d^{2+a+o(1)} + d^{1+\omega(1,1,a)-a})$ for any $a \in [0, 1]$, where $\omega$ is the exponent of matrix…

数据结构与算法 · 计算机科学 2024-10-21 Xiaoyu Li , Yingyu Liang , Zhenmei Shi , Zhao Song

A sequence of reversals that takes a signed permutation to the identity is perfect if at no step a common interval is broken. Determining a parsimonious perfect sequence of reversals that sorts a signed permutation is NP-hard. Here we show…

组合数学 · 数学 2009-05-18 Mathilde Bouvel , Cedric Chauve , Marni Mishna , Dominique Rossin

We propose a first-order method for stochastic strongly convex optimization that attains $O(1/n)$ rate of convergence, analysis show that the proposed method is simple, easily to implement, and in worst case, asymptotically four times…

最优化与控制 · 数学 2011-10-14 Peng Cheng

We consider the problem of sorting $n$ items, given the outcomes of $m$ pre-existing comparisons. We present a simple and natural deterministic algorithm that runs in $O(m + \log T)$ time and does $O(\log T)$ comparisons, where $T$ is the…

数据结构与算法 · 计算机科学 2026-05-06 Bernhard Haeupler , Richard Hladík , John Iacono , Vaclav Rozhon , Robert Tarjan , Jakub Tětek

We discuss the universal behaviour of scattering cross sections in the limit of infinite rapidity separation between all produced particles, and illustrate the behaviour explicitly for the production of n jets, W+n jets, Z+n jets for…

高能物理 - 唯象学 · 物理学 2010-01-22 Jeppe R. Andersen , Jennifer M. Smillie

Integer programs with m constraints are solvable in pseudo-polynomial time in $\Delta$, the largest coefficient in a constraint, when m is a fixed constant. We give a new algorithm with a running time of $O(\sqrt{m}\Delta)^{2m} + O(nm)$,…

数据结构与算法 · 计算机科学 2022-07-27 Klaus Jansen , Lars Rohwedder

This paper discusses the leading-order correction induced by cosmological perturbations on the average expansion rate of an expanding spacetime, containing one or many perfect fluids. The calculation is carried out up to the second order in…

广义相对论与量子宇宙学 · 物理学 2023-04-28 Vincent Comeau

We consider the problem of sequential change detection, where the goal is to design a scheme for detecting any changes in a parameter or functional $\theta$ of the data stream distribution that has small detection delay, but guarantees…

统计理论 · 数学 2023-11-28 Shubhanshu Shekhar , Aaditya Ramdas

We use an interesting result of probabilistic flavor concerning the product of two permutations consisting of one cycle each to find an explicit formula for the average number of block interchanges needed to sort a permutation of length…

组合数学 · 数学 2008-11-06 Miklos Bona , Ryan Flynn

We consider a perturbed integrable system with one frequency, and the approximate dynamics for the actions given by averaging over the angle. The classical theory grants that, for a perturbation of order epsilon, the error of this…

数学物理 · 物理学 2009-11-11 Carlo Morosi , Livio Pizzocchero

The expected running time of the classical (1+1) EA on the OneMax benchmark function has recently been determined by Hwang et al. (2018) up to additive errors of $O((\log n)/n)$. The same approach proposed there also leads to a full…

神经与进化计算 · 计算机科学 2019-06-26 Hsien-Kuei Hwang , Carsten Witt

We correct a paper previously submitted to CoRR. That paper claimed that the algorithm there described was provably of linear time complexity in the average case. The alleged proof of that statement contained an error, being based on an…

数据结构与算法 · 计算机科学 2020-04-07 John Ellis , Ulrike Stege

We present non-perturbative results for the constants needed for on-shell $O(a)$ improvement of bilinear operators composed of Wilson fermions. We work at $\beta=6.0$ and 6.2 in the quenched approximation. The calculation is done by…

高能物理 - 格点 · 物理学 2007-05-23 Tanmoy Bhattacharya , Rajan Gupta , Weonjong Lee , Stephen Sharpe

Non-perturbative results for improvement and renormalization constants needed for on-shell and off-shell O(a) improvement of bilinear operators composed of Wilson fermions are presented. The calculations have been done in the quenched…

高能物理 - 格点 · 物理学 2009-09-29 Tanmoy Bhattacharya , Rajan Gupta , Weonjong Lee , Stephen R. Sharpe

This paper introduces a Delaunay triangulation algorithm based on the external incremental method. Unlike traditional random incremental methods, this approach uses convex hull and points as basic operational units instead of triangles.…

计算几何 · 计算机科学 2025-03-20 Yifeng Cai

Classically, the time complexity of a first-order method is estimated by its number of gradient computations. In this paper, we study a more refined complexity by taking into account the `lingering' of gradients: once a gradient is computed…

最优化与控制 · 数学 2019-05-29 Zeyuan Allen-Zhu , David Simchi-Levi , Xinshang Wang

Bucket Sort is known to run in expected linear time when the input keys are distributed independently and uniformly at random in the interval $[0,1)$. The analysis holds even when a quadratic time algorithm is used to sort the keys in each…

数据结构与算法 · 计算机科学 2020-02-26 Ioana O. Bercea , Guy Even