Content deleted Content added
Number0316 (talk | contribs) mNo edit summary |
m →Complexity: avoid \frac in exponent for readability |
||
Line 30:
==Complexity==
Pollard gives the time complexity of the algorithm as <math>{\scriptstyle O(\sqrt{b-a})}</math>, based on a probabilistic argument which follows from the assumption that ''f'' acts pseudorandomly. When the size of the set {''a'', …, ''b''} to be searched is measured in [[Binary digits|bits]], as is normal in [[Computational complexity theory|complexity theory]], the set has size log(''b'' − ''a''), and so the algorithm's complexity is <math>{\scriptstyle O(\sqrt{b-a}) = O(2^{
==Naming==
|