Primes: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 February 2015

  • curprev 04:0204:02, 16 February 2015 imported>Kmk21 544 bytes +544 Created page with "=Sieve of Eratosthenes= <syntaxhighlight line lang="java"> /** * Sieve of Eratosthenes, returns all primes<=n * @param n the maximum prime you want * @return int[] of prime..."