中文
相关论文

相关论文: Implementing the asymptotically fast version of th…

200 篇论文

We use the arithmetic of the Kummer surface associated to the Jacobian of a hyperelliptic curve to study the primality of integers of the form $4m^2 5^n-1$. We provide an algorithm capable of proving the primality or compositeness of most…

代数几何 · 数学 2020-05-20 Eduardo Ruíz Duarte , Marc Paul Noordman

Multiple algorithms are known for efficiently calculating the prefix probability of a string under a probabilistic context-free grammar (PCFG). Good algorithms for the problem have a runtime cubic in the length of the input string. However,…

形式语言与自动机理论 · 计算机科学 2025-05-09 Franz Nowak , Ryan Cotterell

Lenstra's integer factorization algorithm is asymptotically one of the fastest known algorithms, and is ideally suited for parallel computation. We suggest a way in which the algorithm can be speeded up by the addition of a second phase.…

数论 · 数学 2010-04-21 Richard P. Brent

In this paper, after presenting the results of the generalization of Pascal triangle (using powers of base numbers), we examine some properties of the 112-based triangle, most of all regarding to prime numbers. Additionally, an effective…

数据结构与算法 · 计算机科学 2011-11-17 G. Farkas , G. Kallós , G. Kiss

Generalized Cullen Numbers are positive integers of the form $C_b(n):=nb^n+1$. In this work we generalize some known divisibility properties of Cullen Numbers and present two primality tests for this family of integers. The first test is…

数论 · 数学 2010-07-07 Jose Maria Grau , Antonio M. Oller-Marcen

We survey algorithms for computing isogenies between elliptic curves defined over a field of characteristic either 0 or a large prime. We introduce a new algorithm that computes an isogeny of degree $\ell$ ($\ell$ different from the…

计算复杂性 · 计算机科学 2013-06-19 Alin Bostan , Bruno Salvy , Francois Morain , Eric Schost

An instance of the NP-hard Quadratic Shortest Path Problem (QSPP) is called linearizable iff it is equivalent to an instance of the classic Shortest Path Problem (SPP) on the same input digraph. The linearization problem for the QSPP…

数据结构与算法 · 计算机科学 2023-03-02 Eranda Çela , Bettina Klinz , Stefan Lendl , Gerhard J. Woeginger , Lasse Wulf

We analyse the complexity of computing class polynomials, that are an important ingredient for CM constructions of elliptic curves, via complex floating point approximations of their roots. The heart of the algorithm is the evaluation of…

数值分析 · 数学 2025-10-20 Andreas Enge

We consider the problem of approximate counting of triangles and longer fixed length cycles in directed graphs. For triangles, T\v{e}tek [ICALP'22] gave an algorithm that returns a $(1 \pm \eps)$-approximation in…

数据结构与算法 · 计算机科学 2024-10-01 Keren Censor-Hillel , Tomer Even , Virginia Vassilevska Williams

We study exact algorithms for Euclidean TSP in $\mathbb{R}^d$. In the early 1990s algorithms with $n^{O(\sqrt{n})}$ running time were presented for the planar case, and some years later an algorithm with $n^{O(n^{1-1/d})}$ running time was…

计算几何 · 计算机科学 2023-02-13 Mark de Berg , Hans L. Bodlaender , Sándor Kisfaludi-Bak , Sudeshna Kolay

In this paper, we study the class $\mathtt{cstPP}$ of operations $\mathtt{op}: \mathbb{N}^k\to\mathbb{N}$, of any fixed arity $k\ge 1$, satisfying the following property: for each fixed integer $d\ge 1$, there exists an algorithm for a RAM…

数据结构与算法 · 计算机科学 2025-09-15 Étienne Grandjean , Louis Jachiet

Quantum algorithm is constructed which verifies the formulas of predicate calculus in time $O(\sqrt N)$ with bounded error probability, where $N$ is the time required for classical algorithms. This algorithm uses the polynomial number of…

量子物理 · 物理学 2007-05-23 Yuri Ozhigov

The group isomorphism problem determines whether two groups, given by their Cayley tables, are isomorphic. For groups with order $n$, an algorithm with $n^{(\log n + O(1))}$ running time, attributed to Tarjan, was proposed in the 1970s…

数据结构与算法 · 计算机科学 2023-03-28 Xiaorui Sun

Determining whether a given integer is prime or composite is a basic task in number theory. We present a primality test based on quantum order finding and the converse of Fermat's theorem. For an integer $N$, the test tries to find an…

量子物理 · 物理学 2019-08-21 Alvaro Donis-Vela , Juan Carlos Garcia-Escartin

Given an elliptic curve $E$ and a positive integer $N$, we consider the problem of counting the number of primes $p$ for which the reduction of $E$ modulo $p$ possesses exactly $N$ points over $\mathbb F_p$. On average (over a family of…

数论 · 数学 2019-02-20 Chantal David , Ethan Smith

In previous research, quantum resources were concretely estimated for solving Elliptic Curve Discrete Logarithm Problem(ECDLP). In [1], the quantum algorithm was optimized for the binary elliptic curves and the main optimization target was…

量子物理 · 物理学 2023-03-14 Hyeonhak Kim , Seokhie Hong

Principal manifolds serve as useful tool for many practical applications. These manifolds are defined as lines or surfaces passing through "the middle" of data distribution. We propose an algorithm for fast construction of grid…

无序系统与神经网络 · 物理学 2011-04-20 A. N. Gorban , A. Yu. Zinovyev

We consider the problem of checking whether an elliptic curve defined over a given number field has complex multiplication. We study two polynomial time algorithms for this problem, one randomized and the other deterministic. The randomized…

数论 · 数学 2007-05-23 Denis Charles

We propose an algorithm for computing an isogeny between two elliptic curves $E_1,E_2$ defined over a finite field such that there is an imaginary quadratic order $\mathcal{O}$ satisfying $\mathcal{O}\simeq \operatorname{End}(E_i)$ for $i =…

密码学与安全 · 计算机科学 2018-08-02 Jean-François Biasse , Annamaria Iezzi , Michael J. Jacobson

The currently fastest algorithm for regular expression pattern matching and membership improves the classical O(nm) time algorithm by a factor of about log^{3/2}n. Instead of focussing on general patterns we analyse homogeneous patterns of…

计算复杂性 · 计算机科学 2020-09-22 Philipp Schepper