5
votes
Accepted
Complexity record for solving univariate quadratic equation over finite field
The standard algorithm for factoring univariate polynomials over finite fields is the Cantor–Zassenhaus algorithm. This is a randomized algorithm that can factor degree-$d$ polynomials over $\mathbb ...
2
votes
Accepted
Stateless Modeling of Stochastic Systems
One can implement a function $f:S \times \{0,1,\dots,2^m-1\} \to \mathbb{Z}$ that has approximately the right distribution, and so that $f(\text{seed},t)$ can be computed in something like $O(m)$ time....
D.W.♦
- 169k
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
time-complexity × 2732complexity-theory × 874
algorithms × 836
asymptotics × 271
algorithm-analysis × 240
runtime-analysis × 216
graphs × 163
space-complexity × 159
big-o-notation × 138
data-structures × 122
np-complete × 116
polynomial-time × 113
complexity-classes × 111
turing-machines × 110
sorting × 108
recurrence-relation × 104
optimization × 73
arrays × 70
recursion × 67
np × 66
dynamic-programming × 41
lower-bounds × 40
np-hard × 38
search-algorithms × 38
satisfiability × 36