Y
Hacker News
new
|
ask
|
show
|
jobs
by
currymj
2060 days ago
note, for people who were briefly confused like me, that to be considered polynomial time, it has to be polynomial in the number of bits, i.e. log(N).
2 comments
rubatuga
2060 days ago
Yep, this can be considered pseudo-polynomial time.
link
fogof
2060 days ago
The abstract says "computes the prime factorisation of a positive integer N", so it's not your fault you were confused. The abstract should be corrected.
link
archgoon
2060 days ago
The abstract is correct. A positive integer N is log(N) bits long. If X = log(N), than a algorithm that runs in N^(1/5) will run in 2^(X/5) time.
link
anderskaseorg
2060 days ago
There’s nothing wrong with the abstract as written. It makes no claim that the algorithm is polynomial-time.
link