Click here to Skip to main content
15,892,005 members
Articles / Desktop Programming / Win32

Eratosthenes/Sundaram/Atkins Sieve Implementation in C#

Rate me:
Please Sign up or sign in to vote.
4.89/5 (17 votes)
8 Nov 2012CPOL4 min read 48K   769   24  
C# Implementation of Eratosthenes/Sundarm/Atkins Sieve to generate prime numbers and comparison of performance numbers between the three implementations.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Technical Lead
United States United States
Ashraff is working as software engineer and develops financial applications.His programming experience includes C / C++ /, C#/.NET, Java, JavaScript, HTML, Flex, PHP, PERL.His interests are Secuirty, Mobile Development, Algorithms and Data Structures and AI.

Comments and Discussions