Skip to content

mastutoriales/primeNumbersCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime Numbers in C++

Program for the search of prime numbers in C++

The main idea in this program is try to find prime numbers in the least time posible. The idea is save in memory ram the numbers that are indentified like prime numbers, so that in the future can to use this numbers to reject others numbers that aren't prime numbers.

You can read the full explination in https://masttl.com/index.php/articulos/codigos/1-100-primeros-millones-de-numeros-primos (in Spanish).

About

Program for the search of prime numbers in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages