Home > Primes

Primes

Primes is a project mainly written in Java, it's free.

Primes Computation

This application computes a set of all primes smaller than a given n.

The algorithm is naive, checking for each number whether it divides with 2 or odd numbers smaller then it.

Previous:Project1