Skip to content

Write a program that can tell you what the nth prime is.

Notifications You must be signed in to change notification settings

simplonco/js-nth-prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.

If your language provides methods in the standard library to deal with prime numbers, pretend they doesn't exist and implement them yourself.

About

Write a program that can tell you what the nth prime is.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published