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.159 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.158 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.157 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.156 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.155 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.154 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.153 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.152 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.151 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.150 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.149 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.148 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.147 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.146 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.145 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.144 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.143 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.142 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.141 problem-specifications/exercises/nth-prime/description.md
trackler-2.2.1.140 problem-specifications/exercises/nth-prime/description.md