primes-search-algorithm
There are 8 repositories under primes-search-algorithm topic.
Bodigrim/arithmoi
Number theory: primes, arithmetic functions, modular computations, special sequences
ybod/elixir_primes
Sieve Of Eratosthenes primes search algorithm implementation in Elixir
Sloox/fastSieve
A fairly fast c based prime calculator. Calculates in parallel & sequentially
kvn13github/prime-number-checker
First it asks for a number, then says if it is a prime number and then what kind of special prime if so, and gives a quick description and field of use.
ElComadore/Sieves
A few mathematical sieving algorithms, written primarily by Nils Alexandersson
kvn13github/Prime-checker-with-multithreading-and-leading-zero
I started with the Python code, then added multithreading in V2, then translated it to Java and C++(11), the C code I have also compiled to a Linux binary.
nisevi/primes_table
Command line tool for printing a multiplication table of the first N prime numbers.
hoffsupes/Prime-Generator
Count Primes faster using OpenMPI