Introduction:In .net 4.0 microsoft introduced new namespace called System.Numerics with 2 struct's.One of them is a BigInteger-struct which can hold arbitary large numbers. When we use BigInteger.ToString() method it had a precision to 50 digit's.Example:I wrote this article to explain how to calculate large prime numbers using this struct.Code:Download the attached code. The attached file is a .rar file. Remove .zip from the extension.
Extended prime number finder Algorithm
Genetic Algorithms in .NET
Its fine. Keep up the good work.
This is my first article so do not blame if I did something wrong.
for sharing. But can you write little about how the algorithm is implemented.