|
|
|
|
|
by adgjlsfhk1
318 days ago
|
|
for about a decade, integer multiplication was at n4^log*(n) where log* is the iterated logarithm. Also the curently best factorization algorithm (GNFS) is at exp(k*log(n)^1/3log(log(n))^2/3). Intro algorithms classes just tend to stay away from the really cursed runtimes since the normal ones are enough to traumatize the undergrads. |
|