![]() |
|
|
#1 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
2·5·239 Posts |
Does anyone know the space complexity of the following algorithms?
Thanks. I can only seem to find the time complexity for those equations, but not space. I *think* that the space complexity of the quadratic sieve is very similar to that of its time complexity, but I could be wrong. Last fiddled with by ixfd64 on 2006-11-26 at 05:02 |
|
|
|
|
|
#2 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
10,753 Posts |
Quote:
The other 3 each have space complexity the same as their time complexity --- L(1/2) for QS and L(1/3) for NFS. Paul |
|
|
|
|
|
|
#3 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
45268 Posts |
Thanks for the reply. I did expect similar values for the algorithms in question, but I wanted verification from someone with much more knowledge on this subject. :)
- Danny edit: I added the information to Wikipedia (QS, GNFS, SNFS) and the GIMPS wiki (QS). If I added any inaccurate information, please let me know! :) Last fiddled with by ixfd64 on 2006-11-26 at 18:12 |
|
|
|
|
|
#4 | |
|
Nov 2003
1D2416 Posts |
Quote:
the latter three algorithms. |
|
|
|
|
|
|
#5 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
10,753 Posts |
Quote:
![]() I'm trying to work out why I should have made such a silly mistake, other than by postulating incipient Alzheimer's. The best I can come up with is that the sieving and matrix phases each take equal time (asymptotically) and that for some bizarre reason I forgot that the best available matrix solving algorithms take time proportional to the square of the matrix dimensions (again, asymptotically). Paul |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Found a factor during TF, common I know but what does it mean? | sr13798 | Information & Answers | 7 | 2016-11-22 01:56 |
| multiple (3+) Unverified LL -- how common? | S34960zz | PrimeNet | 26 | 2011-07-11 18:37 |
| Complexity of LLT | T.Rex | Math | 9 | 2007-05-29 21:15 |
| Curiosity: Some errors more common than others | Unregistered | Software | 11 | 2006-05-09 16:00 |
| time complexity of probabilistic factoring algorithms | koders333 | Factoring | 1 | 2005-12-13 13:58 |