given a number n, compute the smallest prime that is bigger than n.
for example, n=8, then the smallest prime that bigger than 8 is 11.

i wonder whether there is an effective way, rather than check every number
bigger than n one by one.

thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to