Sha256: 96ce17b845e361ff995aa1b0b7aca5724008de93d4212f3245ea1674221640cf

Contents?: true

Size: 294 Bytes

Versions: 222

Compression:

Stored size: 294 Bytes

Contents

Given a number n, determine what the nth prime is.

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 don't exist and implement them yourself.

Version data entries

222 entries across 222 versions & 1 rubygems

Version Path
trackler-2.2.1.180 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.179 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.178 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.177 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.176 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.175 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.174 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.173 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.172 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.171 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.170 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.169 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.167 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.166 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.165 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.164 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.163 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.162 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.161 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.160 problem-specifications/exercises/nth-prime/description.md