in reply to Re: a close prime number
in thread a close prime number

Your solution reminds me of me of a article currently referenced from the Joel on Software homepage, which talks about the the do-magic-here step.

:)

Replies are listed 'Best First'.
Re^3: a close prime number
by chromatic (Archbishop) on Feb 13, 2005 at 21:41 UTC

    I don't necessarily think of it as magic; I didn't know what the supplicant would consider a "close" number nor did I know which prime number finding algorithm he might find acceptable.

    It's not really a joke answer. It's how I would divide the problem if I were doing it.