Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pbsd
on Sept 7, 2015
|
parent
|
context
|
favorite
| on:
How to multiply polynomials in Θ(n log n) time
The best complexity these days [1] is essentially n log n. More precisely, O( n log n 8^(log* n) ), where log* is the extremely slow-growing iterated logarithm. The original Schönhage-Strassen algorithm is O(n log n log log n).
[1]
http://arxiv.org/abs/1407.3360
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] http://arxiv.org/abs/1407.3360