Difference between revisions of "Talk:99 questions/Solutions/35"

From HaskellWiki
Jump to navigation Jump to search
(New page: The last change to the code brought its complexity down to the theoretical one of trial division, as it should be, about O(n^1.45) empirically, in number of primes produced; previous versi...)
(No difference)

Revision as of 12:02, 31 May 2011

The last change to the code brought its complexity down to the theoretical one of trial division, as it should be, about O(n^1.45) empirically, in number of primes produced; previous versions had it up there in O(n^1.67) or even O(n^1.85), which is what I've started from. WillNess 12:02, 31 May 2011 (UTC)