Click here to Skip to main content
15,886,806 members
Articles / Programming Languages / Visual Basic

Finding prime numbers

Rate me:
Please Sign up or sign in to vote.
4.97/5 (65 votes)
14 Mar 2013CPOL17 min read 213.4K   3.4K   75  
Different schemas for finding prime numbers explained with code

Revisions


  

Compare Revision Minor Date Status Editor
11 - publicly available No 14-Mar-13 6:59 Available Kenneth Haugland
Minor changes in language and some additional information on the Sieve of Atkin
9 No 3-Sep-12 12:35 Pending Kenneth Haugland
C# code added, and some links inside article added.
7 No 25-Aug-12 23:55 Pending Kenneth Haugland
Links fixed.
5 No 22-Aug-12 18:43 Pending Kenneth Haugland
Mod 7 change to Mod p after comments by Andy.
4 No 21-Aug-12 11:43 Available Smitha Nishant
Updates in content. 43 changes had been made.
3 No 21-Aug-12 11:29 Pending Kenneth Haugland
Spell check adn languange
1 No 19-Aug-12 18:34 Pending Kenneth Haugland
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Norway Norway
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions