Skip to content

alcl00/Prime-Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Prime-Numbers

Finds prime and composite numbers in a set of integers between 2 and a number specified by the user in a single-threaded method, an unbounded thread, a bounded threadpool, or a stream.

Deployment

Using an IDE

Open Driver.java in your desired IDE to run the project.

Command Line

Position yourself in the project folder and run the following commands:

  javac Driver.java
  java Driver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages