Skip to content

ItsMeSamey/billion-primes-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Billion Prime Project

An Experiment to List all Prime numbers under One Billion (1000000000)

📜 Prime Numbers:

2
3
5
7
11
13
17
19
23
29
...
999999733
999999739
999999751
999999757
999999761
999999797
999999883
999999893
999999929
999999937

💻 How did I find the Primes?

Using a simple C++ script with complexity of O(√n) which took about 7 minutes.

🤔 Why , Why , Why?

Basically just for fun.

📦 Where to get the full list?

You can download the compressed full list billion-primes.7z (50MB) which contains a file called billion-primes.txt which is about 502MB from the below link.

[ == Download From Here == ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published