Skip to content

A program to print/save (to a text file) all prime numbers or the next prime number after a given input start number.

Notifications You must be signed in to change notification settings

taeh98/Prime-Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a program which will print or save (to a text file) all prime numbers in order, or the next prime number after a given input number. I am trying to do this as efficiently as possible (in Java in this repo - I might move to another, more efficient language in another repo to absolutely optimise efficiency). To run the program, all you need to do is download the repo, then compile all Java source files. Run the compiled PrimeNumbers class in a CLI and follow instructions there. If you can see any ways of improving efficiency, flag it in an issue or feel free to just fork then submit a pull of the fix.

About

A program to print/save (to a text file) all prime numbers or the next prime number after a given input start number.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages