Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in primes

Why is the size 127 (prime) better than 128 for a hash-table?

algorithm hash primes

What would be the fastest method to test for primality in Java?

Check if number is prime number

c# primes primality-test

Reason for the number 5381 in the DJB hash function?

algorithm hash primes

isPrime Function for Python Language

python primes

How to find prime numbers between 0 - 100?

javascript math primes

Most efficient code for the first 10000 prime numbers?

Checking if a number is prime in Python [duplicate]

python primes

How to implement an efficient infinite generator of prime numbers in Python?

python generator primes

What is a sensible prime for hashcode calculation?

java hashcode primes

How does this regex find primes? [duplicate]

regex primes

Is a list (potentially) divisible by another?

Given Prime Number N, Compute the Next Prime?

algorithm math primes

C - determine if a number is prime

c# c primes

Sieve of Eratosthenes - Finding Primes Python

Python Finding Prime Factors

python primes

What is a possible use case of BigInteger's .isProbablePrime()?

java primes

Most elegant way to generate prime numbers [closed]

c# java algorithm primes

How to determine if a number is a prime with regex?

java regex primes

How to create the most compact mapping n → isprime(n) up to a limit N?