Upside Down 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.

25 September 2018

  • curprev 07:5107:51, 25 September 2018 Kmk21 talk contribs 1,226 bytes +1,226 Created page with "Check whether the number is prime by iterating up to sqrt(n) and seeing if any number %2 == 0. Flip the number by converting to a string, exchanging characters as appropriate,..."